Shades of Cocoa Brown #311905
Tints of Cocoa Brown #311905
RGB
CMYK
RGB Variations
Color information
#311905 (or 0x311905) is known color: Cocoa Brown. HEX triplet: 31, 19 and 05. RGB value is (49,25,5). Sum of RGB (Red+Green+Blue) = 49+25+5=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #311905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311905 is #CEE6FA. Grayscale: #1E1E1E. Windows color (decimal): -13559547 or 334129. OLE color: 334129.
HSL color Cylindrical-coordinate representation of color #311905: hue angle of 27.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311905 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 5 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.81 |
| HSL | 27.27º | 0.81% | 0.11% | - |
| HSV(B) | 27.27º | 0.9% | 0.19% | - |
| XYZ | 1.64 | 1.36 | 0.32 | - |
| YUV | 29.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 5 | 0 | 0.49 | 0.90 | 0.81 | 27.27 | 0.81 | 0.11 |
| Hex | 31 | 19 | 5 | 0 | 31 | 5A | 51 | 1B | 51 | B |
| Octal | 61 | 31 | 5 | 0 | 61 | 132 | 121 | 33 | 121 | 13 |
| Binary | 110001 | 11001 | 101 | 0 | 110001 | 1011010 | 1010001 | 11011 | 1010001 | 1011 |
Color Harmonies of #311905
Complementary color
Monochromatic Colors of #311905
Black with #311905
Text Example
Text Example
White with #311905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311905; }
p { color: rgb(49,25,5); }
H1.HeaderClassName
{
color: #311905;
}
.AnyTagClassName
{
color: #311905;
}
</style>
background-color css
<style>
a { background-color: #311905; }
a { background-color: rgb(49,25,5); }
div.DivClassName
{
background-color: #311905;
}
.BgClassName
{
background-color: #311905;
}
</style>
border-color css
<style>
span { border-color: #311905; }
span { border-color: rgb(49,25,5); }
td.TdClassName
{
border-color: #311905;
}
.TagClassName
{
border-color: #311905;
}
</style>