#392212

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

Shades of Cocoa Brown #392212

Tints of Cocoa Brown #392212

Color information

#392212 (or 0x392212) is unknown color: approx Cocoa Brown. HEX triplet: 39, 22 and 12. RGB value is (57,34,18). Sum of RGB (Red+Green+Blue) = 57+34+18=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #392212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392212 is #C6DDED. Grayscale: #272727. Windows color (decimal): -13032942 or 1188409. OLE color: 1188409.

HSL color Cylindrical-coordinate representation of color #392212: hue angle of 24.62º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392212 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB573418-
CMYK00.400.680.78
HSL24.62º52%14.71%-
HSV(B)24.62º68.42%22.35%-
XYZ2.372.060.84-
YUV39.05116.12140.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=52.29%
G=31.19%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57341800.400.680.7824.625214.71
Hex392212028444E1934f
Octal714222050104116316417
Binary11100110001010010010100010001001001110110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392212; }

 p { color: rgb(57,34,18); }

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

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

 a { background-color: rgb(57,34,18); }

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

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

 span { border-color: rgb(57,34,18); }

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