#392712

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

Shades of Cocoa Brown #392712

Tints of Cocoa Brown #392712

Color information

#392712 (or 0x392712) is unknown color: approx Cocoa Brown. HEX triplet: 39, 27 and 12. RGB value is (57,39,18). Sum of RGB (Red+Green+Blue) = 57+39+18=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392712 is #C6D8ED. Grayscale: #2A2A2A. Windows color (decimal): -13031662 or 1189689. OLE color: 1189689.

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

Color convert

RGB573918-
CMYK00.320.680.78
HSL32.31º52%14.71%-
HSV(B)32.31º68.42%22.35%-
XYZ2.522.360.9-
YUV41.99114.46138.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=50%
G=34.21%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57391800.320.680.7832.315214.71
Hex392712020444E2034f
Octal714722040104116406417
Binary111001100111100100100000100010010011101000001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392712; }

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

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

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

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

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

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

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

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