Shades of Cocoa Brown #392109
Tints of Cocoa Brown #392109
RGB
CMYK
RGB Variations
Color information
#392109 (or 0x392109) is known color: Cocoa Brown. HEX triplet: 39, 21 and 09. RGB value is (57,33,9). Sum of RGB (Red+Green+Blue) = 57+33+9=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #392109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392109 is #C6DEF6. Grayscale: #252525. Windows color (decimal): -13033207 or 598329. OLE color: 598329.
HSL color Cylindrical-coordinate representation of color #392109: hue angle of 30º 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 #392109 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 9 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.78 |
| HSL | 30º | 0.73% | 0.13% | - |
| HSV(B) | 30º | 0.84% | 0.22% | - |
| XYZ | 2.28 | 1.98 | 0.52 | - |
| YUV | 37.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 9 | 0 | 0.42 | 0.84 | 0.78 | 30 | 0.73 | 0.13 |
| Hex | 39 | 21 | 9 | 0 | 2A | 54 | 4E | 1E | 49 | D |
| Octal | 71 | 41 | 11 | 0 | 52 | 124 | 116 | 36 | 111 | 15 |
| Binary | 111001 | 100001 | 1001 | 0 | 101010 | 1010100 | 1001110 | 11110 | 1001001 | 1101 |
Color Harmonies of #392109
Complementary color
Monochromatic Colors of #392109
Black with #392109
Text Example
Text Example
White with #392109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392109; }
p { color: rgb(57,33,9); }
H1.HeaderClassName
{
color: #392109;
}
.AnyTagClassName
{
color: #392109;
}
</style>
background-color css
<style>
a { background-color: #392109; }
a { background-color: rgb(57,33,9); }
div.DivClassName
{
background-color: #392109;
}
.BgClassName
{
background-color: #392109;
}
</style>
border-color css
<style>
span { border-color: #392109; }
span { border-color: rgb(57,33,9); }
td.TdClassName
{
border-color: #392109;
}
.TagClassName
{
border-color: #392109;
}
</style>