Shades of Cocoa Brown #392209
Tints of Cocoa Brown #392209
RGB
CMYK
RGB Variations
Color information
#392209 (or 0x392209) is known color: Cocoa Brown. HEX triplet: 39, 22 and 09. RGB value is (57,34,9). Sum of RGB (Red+Green+Blue) = 57+34+9=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #392209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392209 is #C6DDF6. Grayscale: #262626. Windows color (decimal): -13032951 or 598585. OLE color: 598585.
HSL color Cylindrical-coordinate representation of color #392209: hue angle of 31.25º 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 #392209 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 9 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.78 |
| HSL | 31.25º | 0.73% | 0.13% | - |
| HSV(B) | 31.25º | 0.84% | 0.22% | - |
| XYZ | 2.31 | 2.03 | 0.53 | - |
| YUV | 38.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 9 | 0 | 0.40 | 0.84 | 0.78 | 31.25 | 0.73 | 0.13 |
| Hex | 39 | 22 | 9 | 0 | 28 | 54 | 4E | 1F | 49 | D |
| Octal | 71 | 42 | 11 | 0 | 50 | 124 | 116 | 37 | 111 | 15 |
| Binary | 111001 | 100010 | 1001 | 0 | 101000 | 1010100 | 1001110 | 11111 | 1001001 | 1101 |
Color Harmonies of #392209
Complementary color
Monochromatic Colors of #392209
Black with #392209
Text Example
Text Example
White with #392209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392209; }
p { color: rgb(57,34,9); }
H1.HeaderClassName
{
color: #392209;
}
.AnyTagClassName
{
color: #392209;
}
</style>
background-color css
<style>
a { background-color: #392209; }
a { background-color: rgb(57,34,9); }
div.DivClassName
{
background-color: #392209;
}
.BgClassName
{
background-color: #392209;
}
</style>
border-color css
<style>
span { border-color: #392209; }
span { border-color: rgb(57,34,9); }
td.TdClassName
{
border-color: #392209;
}
.TagClassName
{
border-color: #392209;
}
</style>