Shades of Cocoa Brown #392004
Tints of Cocoa Brown #392004
RGB
CMYK
RGB Variations
Color information
#392004 (or 0x392004) is known color: Cocoa Brown. HEX triplet: 39, 20 and 04. RGB value is (57,32,4). Sum of RGB (Red+Green+Blue) = 57+32+4=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #392004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392004 is #C6DFFB. Grayscale: #242424. Windows color (decimal): -13033468 or 270393. OLE color: 270393.
HSL color Cylindrical-coordinate representation of color #392004: hue angle of 31.7º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #392004 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 4 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.78 |
| HSL | 31.7º | 0.87% | 0.12% | - |
| HSV(B) | 31.7º | 0.93% | 0.22% | - |
| XYZ | 2.23 | 1.91 | 0.37 | - |
| YUV | 36.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 4 | 0 | 0.44 | 0.93 | 0.78 | 31.7 | 0.87 | 0.12 |
| Hex | 39 | 20 | 4 | 0 | 2C | 5D | 4E | 20 | 57 | C |
| Octal | 71 | 40 | 4 | 0 | 54 | 135 | 116 | 40 | 127 | 14 |
| Binary | 111001 | 100000 | 100 | 0 | 101100 | 1011101 | 1001110 | 100000 | 1010111 | 1100 |
Color Harmonies of #392004
Complementary color
Monochromatic Colors of #392004
Black with #392004
Text Example
Text Example
White with #392004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392004; }
p { color: rgb(57,32,4); }
H1.HeaderClassName
{
color: #392004;
}
.AnyTagClassName
{
color: #392004;
}
</style>
background-color css
<style>
a { background-color: #392004; }
a { background-color: rgb(57,32,4); }
div.DivClassName
{
background-color: #392004;
}
.BgClassName
{
background-color: #392004;
}
</style>
border-color css
<style>
span { border-color: #392004; }
span { border-color: rgb(57,32,4); }
td.TdClassName
{
border-color: #392004;
}
.TagClassName
{
border-color: #392004;
}
</style>