Shades of Cocoa Brown #392009
Tints of Cocoa Brown #392009
RGB
CMYK
RGB Variations
Color information
#392009 (or 0x392009) is known color: Cocoa Brown. HEX triplet: 39, 20 and 09. RGB value is (57,32,9). Sum of RGB (Red+Green+Blue) = 57+32+9=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #392009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392009 is #C6DFF6. Grayscale: #242424. Windows color (decimal): -13033463 or 598073. OLE color: 598073.
HSL color Cylindrical-coordinate representation of color #392009: hue angle of 28.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #392009 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 9 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.78 |
| HSL | 28.75º | 0.73% | 0.13% | - |
| HSV(B) | 28.75º | 0.84% | 0.22% | - |
| XYZ | 2.25 | 1.92 | 0.51 | - |
| YUV | 36.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 9 | 0 | 0.44 | 0.84 | 0.78 | 28.75 | 0.73 | 0.13 |
| Hex | 39 | 20 | 9 | 0 | 2C | 54 | 4E | 1D | 49 | D |
| Octal | 71 | 40 | 11 | 0 | 54 | 124 | 116 | 35 | 111 | 15 |
| Binary | 111001 | 100000 | 1001 | 0 | 101100 | 1010100 | 1001110 | 11101 | 1001001 | 1101 |
Color Harmonies of #392009
Complementary color
Monochromatic Colors of #392009
Black with #392009
Text Example
Text Example
White with #392009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392009; }
p { color: rgb(57,32,9); }
H1.HeaderClassName
{
color: #392009;
}
.AnyTagClassName
{
color: #392009;
}
</style>
background-color css
<style>
a { background-color: #392009; }
a { background-color: rgb(57,32,9); }
div.DivClassName
{
background-color: #392009;
}
.BgClassName
{
background-color: #392009;
}
</style>
border-color css
<style>
span { border-color: #392009; }
span { border-color: rgb(57,32,9); }
td.TdClassName
{
border-color: #392009;
}
.TagClassName
{
border-color: #392009;
}
</style>