Shades of Cocoa Brown #392713
Tints of Cocoa Brown #392713
RGB
CMYK
RGB Variations
Color information
#392713 (or 0x392713) is known color: Cocoa Brown. HEX triplet: 39, 27 and 13. RGB value is (57,39,19). Sum of RGB (Red+Green+Blue) = 57+39+19=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392713 is #C6D8EC. Grayscale: #2A2A2A. Windows color (decimal): -13031661 or 1255225. OLE color: 1255225.
HSL color Cylindrical-coordinate representation of color #392713: hue angle of 31.58º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392713 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 39 | 19 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.78 |
| HSL | 31.58º | 0.5% | 0.15% | - |
| HSV(B) | 31.58º | 0.67% | 0.22% | - |
| XYZ | 2.53 | 2.37 | 0.94 | - |
| YUV | 42.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 19 | 0 | 0.32 | 0.67 | 0.78 | 31.58 | 0.5 | 0.15 |
| Hex | 39 | 27 | 13 | 0 | 20 | 43 | 4E | 20 | 32 | F |
| Octal | 71 | 47 | 23 | 0 | 40 | 103 | 116 | 40 | 62 | 17 |
| Binary | 111001 | 100111 | 10011 | 0 | 100000 | 1000011 | 1001110 | 100000 | 110010 | 1111 |
Color Harmonies of #392713
Complementary color
Monochromatic Colors of #392713
Black with #392713
Text Example
Text Example
White with #392713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392713; }
p { color: rgb(57,39,19); }
H1.HeaderClassName
{
color: #392713;
}
.AnyTagClassName
{
color: #392713;
}
</style>
background-color css
<style>
a { background-color: #392713; }
a { background-color: rgb(57,39,19); }
div.DivClassName
{
background-color: #392713;
}
.BgClassName
{
background-color: #392713;
}
</style>
border-color css
<style>
span { border-color: #392713; }
span { border-color: rgb(57,39,19); }
td.TdClassName
{
border-color: #392713;
}
.TagClassName
{
border-color: #392713;
}
</style>