Shades of Cocoa Brown #392412
Tints of Cocoa Brown #392412
RGB
CMYK
RGB Variations
Color information
#392412 (or 0x392412) is known color: Cocoa Brown. HEX triplet: 39, 24 and 12. RGB value is (57,36,18). Sum of RGB (Red+Green+Blue) = 57+36+18=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392412 is #C6DBED. Grayscale: #282828. Windows color (decimal): -13032430 or 1188921. OLE color: 1188921.
HSL color Cylindrical-coordinate representation of color #392412: hue angle of 27.69º 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 #392412 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 18 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.78 |
| HSL | 27.69º | 0.52% | 0.15% | - |
| HSV(B) | 27.69º | 0.68% | 0.22% | - |
| XYZ | 2.43 | 2.18 | 0.86 | - |
| YUV | 40.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 18 | 0 | 0.37 | 0.68 | 0.78 | 27.69 | 0.52 | 0.15 |
| Hex | 39 | 24 | 12 | 0 | 25 | 44 | 4E | 1C | 34 | F |
| Octal | 71 | 44 | 22 | 0 | 45 | 104 | 116 | 34 | 64 | 17 |
| Binary | 111001 | 100100 | 10010 | 0 | 100101 | 1000100 | 1001110 | 11100 | 110100 | 1111 |
Color Harmonies of #392412
Complementary color
Monochromatic Colors of #392412
Black with #392412
Text Example
Text Example
White with #392412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392412; }
p { color: rgb(57,36,18); }
H1.HeaderClassName
{
color: #392412;
}
.AnyTagClassName
{
color: #392412;
}
</style>
background-color css
<style>
a { background-color: #392412; }
a { background-color: rgb(57,36,18); }
div.DivClassName
{
background-color: #392412;
}
.BgClassName
{
background-color: #392412;
}
</style>
border-color css
<style>
span { border-color: #392412; }
span { border-color: rgb(57,36,18); }
td.TdClassName
{
border-color: #392412;
}
.TagClassName
{
border-color: #392412;
}
</style>