Shades of Cocoa Brown #392914
Tints of Cocoa Brown #392914
RGB
CMYK
RGB Variations
Color information
#392914 (or 0x392914) is known color: Cocoa Brown. HEX triplet: 39, 29 and 14. RGB value is (57,41,20). Sum of RGB (Red+Green+Blue) = 57+41+20=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #392914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392914 is #C6D6EB. Grayscale: #2B2B2B. Windows color (decimal): -13031148 or 1321273. OLE color: 1321273.
HSL color Cylindrical-coordinate representation of color #392914: hue angle of 34.05º 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 #392914 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 20 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.78 |
| HSL | 34.05º | 0.48% | 0.15% | - |
| HSV(B) | 34.05º | 0.65% | 0.22% | - |
| XYZ | 2.61 | 2.51 | 1.01 | - |
| YUV | 43.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 20 | 0 | 0.28 | 0.65 | 0.78 | 34.05 | 0.48 | 0.15 |
| Hex | 39 | 29 | 14 | 0 | 1C | 41 | 4E | 22 | 30 | F |
| Octal | 71 | 51 | 24 | 0 | 34 | 101 | 116 | 42 | 60 | 17 |
| Binary | 111001 | 101001 | 10100 | 0 | 11100 | 1000001 | 1001110 | 100010 | 110000 | 1111 |
Color Harmonies of #392914
Complementary color
Monochromatic Colors of #392914
Black with #392914
Text Example
Text Example
White with #392914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392914; }
p { color: rgb(57,41,20); }
H1.HeaderClassName
{
color: #392914;
}
.AnyTagClassName
{
color: #392914;
}
</style>
background-color css
<style>
a { background-color: #392914; }
a { background-color: rgb(57,41,20); }
div.DivClassName
{
background-color: #392914;
}
.BgClassName
{
background-color: #392914;
}
</style>
border-color css
<style>
span { border-color: #392914; }
span { border-color: rgb(57,41,20); }
td.TdClassName
{
border-color: #392914;
}
.TagClassName
{
border-color: #392914;
}
</style>