Shades of Cocoa Brown #392712
Tints of Cocoa Brown #392712
RGB
CMYK
RGB Variations
Color information
#392712 (or 0x392712) is known color: 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
| RGB | 57 | 39 | 18 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.78 |
| HSL | 32.31º | 0.52% | 0.15% | - |
| HSV(B) | 32.31º | 0.68% | 0.22% | - |
| XYZ | 2.52 | 2.36 | 0.9 | - |
| YUV | 41.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 18 | 0 | 0.32 | 0.68 | 0.78 | 32.31 | 0.52 | 0.15 |
| Hex | 39 | 27 | 12 | 0 | 20 | 44 | 4E | 20 | 34 | F |
| Octal | 71 | 47 | 22 | 0 | 40 | 104 | 116 | 40 | 64 | 17 |
| Binary | 111001 | 100111 | 10010 | 0 | 100000 | 1000100 | 1001110 | 100000 | 110100 | 1111 |
Color Harmonies of #392712
Complementary color
Monochromatic Colors of #392712
Black with #392712
Text Example
Text Example
White with #392712
Text Example
Text Example
HTML Codes & Css Web 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>