Shades of Cocoa Brown #392212
Tints of Cocoa Brown #392212
RGB
CMYK
RGB Variations
Color information
#392212 (or 0x392212) is known color: 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
| RGB | 57 | 34 | 18 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.78 |
| HSL | 24.62º | 0.52% | 0.15% | - |
| HSV(B) | 24.62º | 0.68% | 0.22% | - |
| XYZ | 2.37 | 2.06 | 0.84 | - |
| YUV | 39.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 18 | 0 | 0.40 | 0.68 | 0.78 | 24.62 | 0.52 | 0.15 |
| Hex | 39 | 22 | 12 | 0 | 28 | 44 | 4E | 19 | 34 | F |
| Octal | 71 | 42 | 22 | 0 | 50 | 104 | 116 | 31 | 64 | 17 |
| Binary | 111001 | 100010 | 10010 | 0 | 101000 | 1000100 | 1001110 | 11001 | 110100 | 1111 |
Color Harmonies of #392212
Complementary color
Monochromatic Colors of #392212
Black with #392212
Text Example
Text Example
White with #392212
Text Example
Text Example
HTML Codes & Css Web 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>