Shades of Cocoa Brown #392612
Tints of Cocoa Brown #392612
RGB
CMYK
RGB Variations
Color information
#392612 (or 0x392612) is known color: Cocoa Brown. HEX triplet: 39, 26 and 12. RGB value is (57,38,18). Sum of RGB (Red+Green+Blue) = 57+38+18=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392612 is #C6D9ED. Grayscale: #292929. Windows color (decimal): -13031918 or 1189433. OLE color: 1189433.
HSL color Cylindrical-coordinate representation of color #392612: hue angle of 30.77º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392612 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 38 | 18 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.78 |
| HSL | 30.77º | 0.52% | 0.15% | - |
| HSV(B) | 30.77º | 0.68% | 0.22% | - |
| XYZ | 2.49 | 2.3 | 0.88 | - |
| YUV | 41.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 18 | 0 | 0.33 | 0.68 | 0.78 | 30.77 | 0.52 | 0.15 |
| Hex | 39 | 26 | 12 | 0 | 21 | 44 | 4E | 1F | 34 | F |
| Octal | 71 | 46 | 22 | 0 | 41 | 104 | 116 | 37 | 64 | 17 |
| Binary | 111001 | 100110 | 10010 | 0 | 100001 | 1000100 | 1001110 | 11111 | 110100 | 1111 |
Color Harmonies of #392612
Complementary color
Monochromatic Colors of #392612
Black with #392612
Text Example
Text Example
White with #392612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392612; }
p { color: rgb(57,38,18); }
H1.HeaderClassName
{
color: #392612;
}
.AnyTagClassName
{
color: #392612;
}
</style>
background-color css
<style>
a { background-color: #392612; }
a { background-color: rgb(57,38,18); }
div.DivClassName
{
background-color: #392612;
}
.BgClassName
{
background-color: #392612;
}
</style>
border-color css
<style>
span { border-color: #392612; }
span { border-color: rgb(57,38,18); }
td.TdClassName
{
border-color: #392612;
}
.TagClassName
{
border-color: #392612;
}
</style>