Shades of Cocoa Brown #392414
Tints of Cocoa Brown #392414
RGB
CMYK
RGB Variations
Color information
#392414 (or 0x392414) is known color: Cocoa Brown. HEX triplet: 39, 24 and 14. RGB value is (57,36,20). Sum of RGB (Red+Green+Blue) = 57+36+20=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392414 is #C6DBEB. Grayscale: #282828. Windows color (decimal): -13032428 or 1319993. OLE color: 1319993.
HSL color Cylindrical-coordinate representation of color #392414: hue angle of 25.95º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392414 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 20 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.78 |
| HSL | 25.95º | 0.48% | 0.15% | - |
| HSV(B) | 25.95º | 0.65% | 0.22% | - |
| XYZ | 2.44 | 2.18 | 0.95 | - |
| YUV | 40.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 20 | 0 | 0.37 | 0.65 | 0.78 | 25.95 | 0.48 | 0.15 |
| Hex | 39 | 24 | 14 | 0 | 25 | 41 | 4E | 1A | 30 | F |
| Octal | 71 | 44 | 24 | 0 | 45 | 101 | 116 | 32 | 60 | 17 |
| Binary | 111001 | 100100 | 10100 | 0 | 100101 | 1000001 | 1001110 | 11010 | 110000 | 1111 |
Color Harmonies of #392414
Complementary color
Monochromatic Colors of #392414
Black with #392414
Text Example
Text Example
White with #392414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392414; }
p { color: rgb(57,36,20); }
H1.HeaderClassName
{
color: #392414;
}
.AnyTagClassName
{
color: #392414;
}
</style>
background-color css
<style>
a { background-color: #392414; }
a { background-color: rgb(57,36,20); }
div.DivClassName
{
background-color: #392414;
}
.BgClassName
{
background-color: #392414;
}
</style>
border-color css
<style>
span { border-color: #392414; }
span { border-color: rgb(57,36,20); }
td.TdClassName
{
border-color: #392414;
}
.TagClassName
{
border-color: #392414;
}
</style>