Shades of Cocoa Brown #392511
Tints of Cocoa Brown #392511
RGB
CMYK
RGB Variations
Color information
#392511 (or 0x392511) is known color: Cocoa Brown. HEX triplet: 39, 25 and 11. RGB value is (57,37,17). Sum of RGB (Red+Green+Blue) = 57+37+17=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392511 is #C6DAEE. Grayscale: #282828. Windows color (decimal): -13032175 or 1123641. OLE color: 1123641.
HSL color Cylindrical-coordinate representation of color #392511: hue angle of 30º 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 #392511 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 17 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.78 |
| HSL | 30º | 0.54% | 0.15% | - |
| HSV(B) | 30º | 0.7% | 0.22% | - |
| XYZ | 2.45 | 2.23 | 0.83 | - |
| YUV | 40.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 17 | 0 | 0.35 | 0.70 | 0.78 | 30 | 0.54 | 0.15 |
| Hex | 39 | 25 | 11 | 0 | 23 | 46 | 4E | 1E | 36 | F |
| Octal | 71 | 45 | 21 | 0 | 43 | 106 | 116 | 36 | 66 | 17 |
| Binary | 111001 | 100101 | 10001 | 0 | 100011 | 1000110 | 1001110 | 11110 | 110110 | 1111 |
Color Harmonies of #392511
Complementary color
Monochromatic Colors of #392511
Black with #392511
Text Example
Text Example
White with #392511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392511; }
p { color: rgb(57,37,17); }
H1.HeaderClassName
{
color: #392511;
}
.AnyTagClassName
{
color: #392511;
}
</style>
background-color css
<style>
a { background-color: #392511; }
a { background-color: rgb(57,37,17); }
div.DivClassName
{
background-color: #392511;
}
.BgClassName
{
background-color: #392511;
}
</style>
border-color css
<style>
span { border-color: #392511; }
span { border-color: rgb(57,37,17); }
td.TdClassName
{
border-color: #392511;
}
.TagClassName
{
border-color: #392511;
}
</style>