#392412

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

Shades of Cocoa Brown #392412

Tints of Cocoa Brown #392412

Color information

#392412 (or 0x392412) is unknown color: approx Cocoa Brown. HEX triplet: 39, 24 and 12. RGB value is (57,36,18). Sum of RGB (Red+Green+Blue) = 57+36+18=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392412 is #C6DBED. Grayscale: #282828. Windows color (decimal): -13032430 or 1188921. OLE color: 1188921.

HSL color Cylindrical-coordinate representation of color #392412: hue angle of 27.69º 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 #392412 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB573618-
CMYK00.370.680.78
HSL27.69º52%14.71%-
HSV(B)27.69º68.42%22.35%-
XYZ2.432.180.86-
YUV40.23115.46139.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=51.35%
G=32.43%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57361800.370.680.7827.695214.71
Hex392412025444E1c34f
Octal714422045104116346417
Binary11100110010010010010010110001001001110111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392412; }

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

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

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

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

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

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

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

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