Shades of Cocoa Brown #392005
Tints of Cocoa Brown #392005
RGB
CMYK
RGB Variations
Color information
#392005 (or 0x392005) is known color: Cocoa Brown. HEX triplet: 39, 20 and 05. RGB value is (57,32,5). Sum of RGB (Red+Green+Blue) = 57+32+5=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #392005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392005 is #C6DFFA. Grayscale: #242424. Windows color (decimal): -13033467 or 335929. OLE color: 335929.
HSL color Cylindrical-coordinate representation of color #392005: hue angle of 31.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #392005 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 5 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.78 |
| HSL | 31.15º | 0.84% | 0.12% | - |
| HSV(B) | 31.15º | 0.91% | 0.22% | - |
| XYZ | 2.23 | 1.91 | 0.4 | - |
| YUV | 36.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 5 | 0 | 0.44 | 0.91 | 0.78 | 31.15 | 0.84 | 0.12 |
| Hex | 39 | 20 | 5 | 0 | 2C | 5B | 4E | 1F | 54 | C |
| Octal | 71 | 40 | 5 | 0 | 54 | 133 | 116 | 37 | 124 | 14 |
| Binary | 111001 | 100000 | 101 | 0 | 101100 | 1011011 | 1001110 | 11111 | 1010100 | 1100 |
Color Harmonies of #392005
Complementary color
Monochromatic Colors of #392005
Black with #392005
Text Example
Text Example
White with #392005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392005; }
p { color: rgb(57,32,5); }
H1.HeaderClassName
{
color: #392005;
}
.AnyTagClassName
{
color: #392005;
}
</style>
background-color css
<style>
a { background-color: #392005; }
a { background-color: rgb(57,32,5); }
div.DivClassName
{
background-color: #392005;
}
.BgClassName
{
background-color: #392005;
}
</style>
border-color css
<style>
span { border-color: #392005; }
span { border-color: rgb(57,32,5); }
td.TdClassName
{
border-color: #392005;
}
.TagClassName
{
border-color: #392005;
}
</style>