Shades of Cocoa Brown #311804
Tints of Cocoa Brown #311804
RGB
CMYK
RGB Variations
Color information
#311804 (or 0x311804) is known color: Cocoa Brown. HEX triplet: 31, 18 and 04. RGB value is (49,24,4). Sum of RGB (Red+Green+Blue) = 49+24+4=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311804 is #CEE7FB. Grayscale: #1D1D1D. Windows color (decimal): -13559804 or 268337. OLE color: 268337.
HSL color Cylindrical-coordinate representation of color #311804: hue angle of 26.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #311804 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 4 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.81 |
| HSL | 26.67º | 0.85% | 0.1% | - |
| HSV(B) | 26.67º | 0.92% | 0.19% | - |
| XYZ | 1.62 | 1.32 | 0.28 | - |
| YUV | 29.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 4 | 0 | 0.51 | 0.92 | 0.81 | 26.67 | 0.85 | 0.1 |
| Hex | 31 | 18 | 4 | 0 | 33 | 5C | 51 | 1B | 55 | A |
| Octal | 61 | 30 | 4 | 0 | 63 | 134 | 121 | 33 | 125 | 12 |
| Binary | 110001 | 11000 | 100 | 0 | 110011 | 1011100 | 1010001 | 11011 | 1010101 | 1010 |
Color Harmonies of #311804
Complementary color
Monochromatic Colors of #311804
Black with #311804
Text Example
Text Example
White with #311804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311804; }
p { color: rgb(49,24,4); }
H1.HeaderClassName
{
color: #311804;
}
.AnyTagClassName
{
color: #311804;
}
</style>
background-color css
<style>
a { background-color: #311804; }
a { background-color: rgb(49,24,4); }
div.DivClassName
{
background-color: #311804;
}
.BgClassName
{
background-color: #311804;
}
</style>
border-color css
<style>
span { border-color: #311804; }
span { border-color: rgb(49,24,4); }
td.TdClassName
{
border-color: #311804;
}
.TagClassName
{
border-color: #311804;
}
</style>