#381F08

Color #381F08 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #381F08

Tints of Cocoa Brown #381F08

Color information

#381F08 (or 0x381F08) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1F and 08. RGB value is (56,31,8). Sum of RGB (Red+Green+Blue) = 56+31+8=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F08 is #C7E0F7. Grayscale: #232323. Windows color (decimal): -13099256 or 532280. OLE color: 532280.

HSL color Cylindrical-coordinate representation of color #381F08: hue angle of 28.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381F08 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56318-
CMYK00.450.860.78
HSL28.75º75%12.55%-
HSV(B)28.75º85.71%21.96%-
XYZ2.161.840.47-
YUV35.85112.28142.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=58.95%
G=32.63%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631800.450.860.7828.757512.55
Hex381F802D564E1d4bd
Octal7037100551261163511315
Binary1110001111110000101101101011010011101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F08; }

 p { color: rgb(56,31,8); }

 H1.HeaderClassName
 {
   color: #381F08;
 }
 .AnyTagClassName
 {
   color: #381F08;
 }
</style>
background-color css

<style>
 a { background-color: #381F08; }

 a { background-color: rgb(56,31,8); }

 div.DivClassName
 {
   background-color: #381F08;
 }
 .BgClassName
 {
   background-color: #381F08;
 }
</style>
border-color css

<style>
 span { border-color: #381F08; }

 span { border-color: rgb(56,31,8); }

 td.TdClassName
 {
   border-color: #381F08;
 }
 .TagClassName
 {
   border-color: #381F08;
 }
</style>