Shades of Cocoa Brown #392919
Tints of Cocoa Brown #392919
RGB
CMYK
RGB Variations
Color information
#392919 (or 0x392919) is known color: Cocoa Brown. HEX triplet: 39, 29 and 19. RGB value is (57,41,25). Sum of RGB (Red+Green+Blue) = 57+41+25=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392919 is #C6D6E6. Grayscale: #2C2C2C. Windows color (decimal): -13031143 or 1648953. OLE color: 1648953.
HSL color Cylindrical-coordinate representation of color #392919: hue angle of 30º 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 #392919 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 25 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.78 |
| HSL | 30º | 0.39% | 0.16% | - |
| HSV(B) | 30º | 0.56% | 0.22% | - |
| XYZ | 2.66 | 2.53 | 1.27 | - |
| YUV | 43.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 25 | 0 | 0.28 | 0.56 | 0.78 | 30 | 0.39 | 0.16 |
| Hex | 39 | 29 | 19 | 0 | 1C | 38 | 4E | 1E | 27 | 10 |
| Octal | 71 | 51 | 31 | 0 | 34 | 70 | 116 | 36 | 47 | 20 |
| Binary | 111001 | 101001 | 11001 | 0 | 11100 | 111000 | 1001110 | 11110 | 100111 | 10000 |
Color Harmonies of #392919
Complementary color
Monochromatic Colors of #392919
Black with #392919
Text Example
Text Example
White with #392919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392919; }
p { color: rgb(57,41,25); }
H1.HeaderClassName
{
color: #392919;
}
.AnyTagClassName
{
color: #392919;
}
</style>
background-color css
<style>
a { background-color: #392919; }
a { background-color: rgb(57,41,25); }
div.DivClassName
{
background-color: #392919;
}
.BgClassName
{
background-color: #392919;
}
</style>
border-color css
<style>
span { border-color: #392919; }
span { border-color: rgb(57,41,25); }
td.TdClassName
{
border-color: #392919;
}
.TagClassName
{
border-color: #392919;
}
</style>