Shades of Cocoa Brown #392811
Tints of Cocoa Brown #392811
RGB
CMYK
RGB Variations
Color information
#392811 (or 0x392811) is known color: Cocoa Brown. HEX triplet: 39, 28 and 11. RGB value is (57,40,17). Sum of RGB (Red+Green+Blue) = 57+40+17=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392811 is #C6D7EE. Grayscale: #2A2A2A. Windows color (decimal): -13031407 or 1124409. OLE color: 1124409.
HSL color Cylindrical-coordinate representation of color #392811: hue angle of 34.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #392811 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 17 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.78 |
| HSL | 34.5º | 0.54% | 0.15% | - |
| HSV(B) | 34.5º | 0.7% | 0.22% | - |
| XYZ | 2.55 | 2.43 | 0.86 | - |
| YUV | 42.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 17 | 0 | 0.30 | 0.70 | 0.78 | 34.5 | 0.54 | 0.15 |
| Hex | 39 | 28 | 11 | 0 | 1E | 46 | 4E | 22 | 36 | F |
| Octal | 71 | 50 | 21 | 0 | 36 | 106 | 116 | 42 | 66 | 17 |
| Binary | 111001 | 101000 | 10001 | 0 | 11110 | 1000110 | 1001110 | 100010 | 110110 | 1111 |
Color Harmonies of #392811
Complementary color
Monochromatic Colors of #392811
Black with #392811
Text Example
Text Example
White with #392811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392811; }
p { color: rgb(57,40,17); }
H1.HeaderClassName
{
color: #392811;
}
.AnyTagClassName
{
color: #392811;
}
</style>
background-color css
<style>
a { background-color: #392811; }
a { background-color: rgb(57,40,17); }
div.DivClassName
{
background-color: #392811;
}
.BgClassName
{
background-color: #392811;
}
</style>
border-color css
<style>
span { border-color: #392811; }
span { border-color: rgb(57,40,17); }
td.TdClassName
{
border-color: #392811;
}
.TagClassName
{
border-color: #392811;
}
</style>