Shades of Cocoa Brown #392519
Tints of Cocoa Brown #392519
RGB
CMYK
RGB Variations
Color information
#392519 (or 0x392519) is known color: Cocoa Brown. HEX triplet: 39, 25 and 19. RGB value is (57,37,25). Sum of RGB (Red+Green+Blue) = 57+37+25=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #392519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392519 is #C6DAE6. Grayscale: #292929. Windows color (decimal): -13032167 or 1647929. OLE color: 1647929.
HSL color Cylindrical-coordinate representation of color #392519: hue angle of 22.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392519 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 25 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.78 |
| HSL | 22.5º | 0.39% | 0.16% | - |
| HSV(B) | 22.5º | 0.56% | 0.22% | - |
| XYZ | 2.52 | 2.26 | 1.22 | - |
| YUV | 41.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 25 | 0 | 0.35 | 0.56 | 0.78 | 22.5 | 0.39 | 0.16 |
| Hex | 39 | 25 | 19 | 0 | 23 | 38 | 4E | 16 | 27 | 10 |
| Octal | 71 | 45 | 31 | 0 | 43 | 70 | 116 | 26 | 47 | 20 |
| Binary | 111001 | 100101 | 11001 | 0 | 100011 | 111000 | 1001110 | 10110 | 100111 | 10000 |
Color Harmonies of #392519
Complementary color
Monochromatic Colors of #392519
Black with #392519
Text Example
Text Example
White with #392519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392519; }
p { color: rgb(57,37,25); }
H1.HeaderClassName
{
color: #392519;
}
.AnyTagClassName
{
color: #392519;
}
</style>
background-color css
<style>
a { background-color: #392519; }
a { background-color: rgb(57,37,25); }
div.DivClassName
{
background-color: #392519;
}
.BgClassName
{
background-color: #392519;
}
</style>
border-color css
<style>
span { border-color: #392519; }
span { border-color: rgb(57,37,25); }
td.TdClassName
{
border-color: #392519;
}
.TagClassName
{
border-color: #392519;
}
</style>