Shades of Cocoa Brown #392814
Tints of Cocoa Brown #392814
RGB
CMYK
RGB Variations
Color information
#392814 (or 0x392814) is known color: Cocoa Brown. HEX triplet: 39, 28 and 14. RGB value is (57,40,20). Sum of RGB (Red+Green+Blue) = 57+40+20=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392814 is #C6D7EB. Grayscale: #2A2A2A. Windows color (decimal): -13031404 or 1321017. OLE color: 1321017.
HSL color Cylindrical-coordinate representation of color #392814: hue angle of 32.43º 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 #392814 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 20 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.78 |
| HSL | 32.43º | 0.48% | 0.15% | - |
| HSV(B) | 32.43º | 0.65% | 0.22% | - |
| XYZ | 2.57 | 2.44 | 1 | - |
| YUV | 42.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 20 | 0 | 0.30 | 0.65 | 0.78 | 32.43 | 0.48 | 0.15 |
| Hex | 39 | 28 | 14 | 0 | 1E | 41 | 4E | 20 | 30 | F |
| Octal | 71 | 50 | 24 | 0 | 36 | 101 | 116 | 40 | 60 | 17 |
| Binary | 111001 | 101000 | 10100 | 0 | 11110 | 1000001 | 1001110 | 100000 | 110000 | 1111 |
Color Harmonies of #392814
Complementary color
Monochromatic Colors of #392814
Black with #392814
Text Example
Text Example
White with #392814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392814; }
p { color: rgb(57,40,20); }
H1.HeaderClassName
{
color: #392814;
}
.AnyTagClassName
{
color: #392814;
}
</style>
background-color css
<style>
a { background-color: #392814; }
a { background-color: rgb(57,40,20); }
div.DivClassName
{
background-color: #392814;
}
.BgClassName
{
background-color: #392814;
}
</style>
border-color css
<style>
span { border-color: #392814; }
span { border-color: rgb(57,40,20); }
td.TdClassName
{
border-color: #392814;
}
.TagClassName
{
border-color: #392814;
}
</style>