Shades of Cocoa Brown #392312
Tints of Cocoa Brown #392312
RGB
CMYK
RGB Variations
Color information
#392312 (or 0x392312) is known color: Cocoa Brown. HEX triplet: 39, 23 and 12. RGB value is (57,35,18). Sum of RGB (Red+Green+Blue) = 57+35+18=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392312 is #C6DCED. Grayscale: #272727. Windows color (decimal): -13032686 or 1188665. OLE color: 1188665.
HSL color Cylindrical-coordinate representation of color #392312: hue angle of 26.15º 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 #392312 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 35 | 18 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.78 |
| HSL | 26.15º | 0.52% | 0.15% | - |
| HSV(B) | 26.15º | 0.68% | 0.22% | - |
| XYZ | 2.4 | 2.12 | 0.85 | - |
| YUV | 39.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 18 | 0 | 0.39 | 0.68 | 0.78 | 26.15 | 0.52 | 0.15 |
| Hex | 39 | 23 | 12 | 0 | 27 | 44 | 4E | 1A | 34 | F |
| Octal | 71 | 43 | 22 | 0 | 47 | 104 | 116 | 32 | 64 | 17 |
| Binary | 111001 | 100011 | 10010 | 0 | 100111 | 1000100 | 1001110 | 11010 | 110100 | 1111 |
Color Harmonies of #392312
Complementary color
Monochromatic Colors of #392312
Black with #392312
Text Example
Text Example
White with #392312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392312; }
p { color: rgb(57,35,18); }
H1.HeaderClassName
{
color: #392312;
}
.AnyTagClassName
{
color: #392312;
}
</style>
background-color css
<style>
a { background-color: #392312; }
a { background-color: rgb(57,35,18); }
div.DivClassName
{
background-color: #392312;
}
.BgClassName
{
background-color: #392312;
}
</style>
border-color css
<style>
span { border-color: #392312; }
span { border-color: rgb(57,35,18); }
td.TdClassName
{
border-color: #392312;
}
.TagClassName
{
border-color: #392312;
}
</style>