Shades of Cocoa Brown #392518
Tints of Cocoa Brown #392518
RGB
CMYK
RGB Variations
Color information
#392518 (or 0x392518) is known color: Cocoa Brown. HEX triplet: 39, 25 and 18. RGB value is (57,37,24). Sum of RGB (Red+Green+Blue) = 57+37+24=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #392518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392518 is #C6DAE7. Grayscale: #292929. Windows color (decimal): -13032168 or 1582393. OLE color: 1582393.
HSL color Cylindrical-coordinate representation of color #392518: hue angle of 23.64º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392518 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 24 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.78 |
| HSL | 23.64º | 0.41% | 0.16% | - |
| HSV(B) | 23.64º | 0.58% | 0.22% | - |
| XYZ | 2.51 | 2.26 | 1.17 | - |
| YUV | 41.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 24 | 0 | 0.35 | 0.58 | 0.78 | 23.64 | 0.41 | 0.16 |
| Hex | 39 | 25 | 18 | 0 | 23 | 3A | 4E | 18 | 29 | 10 |
| Octal | 71 | 45 | 30 | 0 | 43 | 72 | 116 | 30 | 51 | 20 |
| Binary | 111001 | 100101 | 11000 | 0 | 100011 | 111010 | 1001110 | 11000 | 101001 | 10000 |
Color Harmonies of #392518
Complementary color
Monochromatic Colors of #392518
Black with #392518
Text Example
Text Example
White with #392518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392518; }
p { color: rgb(57,37,24); }
H1.HeaderClassName
{
color: #392518;
}
.AnyTagClassName
{
color: #392518;
}
</style>
background-color css
<style>
a { background-color: #392518; }
a { background-color: rgb(57,37,24); }
div.DivClassName
{
background-color: #392518;
}
.BgClassName
{
background-color: #392518;
}
</style>
border-color css
<style>
span { border-color: #392518; }
span { border-color: rgb(57,37,24); }
td.TdClassName
{
border-color: #392518;
}
.TagClassName
{
border-color: #392518;
}
</style>