#392A18

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

Shades of Cocoa Brown #392A18

Tints of Cocoa Brown #392A18

Color information

#392A18 (or 0x392A18) is unknown color: approx Cocoa Brown. HEX triplet: 39, 2A and 18. RGB value is (57,42,24). Sum of RGB (Red+Green+Blue) = 57+42+24=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A18 is #C6D5E7. Grayscale: #2C2C2C. Windows color (decimal): -13030888 or 1583673. OLE color: 1583673.

HSL color Cylindrical-coordinate representation of color #392A18: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392A18 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB574224-
CMYK00.260.580.78
HSL32.73º40.74%15.88%-
HSV(B)32.73º57.89%22.35%-
XYZ2.682.591.22-
YUV44.43116.47136.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=46.34%
G=34.15%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57422400.260.580.7832.7340.7415.88
Hex392A1801A3A4E212910
Octal71523003272116415120
Binary11100110101011000011010111010100111010000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A18; }

 p { color: rgb(57,42,24); }

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

<style>
 a { background-color: #392A18; }

 a { background-color: rgb(57,42,24); }

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

<style>
 span { border-color: #392A18; }

 span { border-color: rgb(57,42,24); }

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