Shades of Cocoa Brown #311904
Tints of Cocoa Brown #311904
RGB
CMYK
RGB Variations
Color information
#311904 (or 0x311904) is known color: Cocoa Brown. HEX triplet: 31, 19 and 04. RGB value is (49,25,4). Sum of RGB (Red+Green+Blue) = 49+25+4=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311904 is #CEE6FB. Grayscale: #1D1D1D. Windows color (decimal): -13559548 or 268593. OLE color: 268593.
HSL color Cylindrical-coordinate representation of color #311904: hue angle of 28º 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 #311904 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 4 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.81 |
| HSL | 28º | 0.85% | 0.1% | - |
| HSV(B) | 28º | 0.92% | 0.19% | - |
| XYZ | 1.64 | 1.36 | 0.29 | - |
| YUV | 29.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 4 | 0 | 0.49 | 0.92 | 0.81 | 28 | 0.85 | 0.1 |
| Hex | 31 | 19 | 4 | 0 | 31 | 5C | 51 | 1C | 55 | A |
| Octal | 61 | 31 | 4 | 0 | 61 | 134 | 121 | 34 | 125 | 12 |
| Binary | 110001 | 11001 | 100 | 0 | 110001 | 1011100 | 1010001 | 11100 | 1010101 | 1010 |
Color Harmonies of #311904
Complementary color
Monochromatic Colors of #311904
Black with #311904
Text Example
Text Example
White with #311904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311904; }
p { color: rgb(49,25,4); }
H1.HeaderClassName
{
color: #311904;
}
.AnyTagClassName
{
color: #311904;
}
</style>
background-color css
<style>
a { background-color: #311904; }
a { background-color: rgb(49,25,4); }
div.DivClassName
{
background-color: #311904;
}
.BgClassName
{
background-color: #311904;
}
</style>
border-color css
<style>
span { border-color: #311904; }
span { border-color: rgb(49,25,4); }
td.TdClassName
{
border-color: #311904;
}
.TagClassName
{
border-color: #311904;
}
</style>