Shades of Cocoa Brown #311805
Tints of Cocoa Brown #311805
RGB
CMYK
RGB Variations
Color information
#311805 (or 0x311805) is known color: Cocoa Brown. HEX triplet: 31, 18 and 05. RGB value is (49,24,5). Sum of RGB (Red+Green+Blue) = 49+24+5=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311805 is #CEE7FA. Grayscale: #1D1D1D. Windows color (decimal): -13559803 or 333873. OLE color: 333873.
HSL color Cylindrical-coordinate representation of color #311805: hue angle of 25.91º 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 #311805 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 5 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.81 |
| HSL | 25.91º | 0.81% | 0.11% | - |
| HSV(B) | 25.91º | 0.9% | 0.19% | - |
| XYZ | 1.62 | 1.32 | 0.31 | - |
| YUV | 29.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 5 | 0 | 0.51 | 0.90 | 0.81 | 25.91 | 0.81 | 0.11 |
| Hex | 31 | 18 | 5 | 0 | 33 | 5A | 51 | 1A | 51 | B |
| Octal | 61 | 30 | 5 | 0 | 63 | 132 | 121 | 32 | 121 | 13 |
| Binary | 110001 | 11000 | 101 | 0 | 110011 | 1011010 | 1010001 | 11010 | 1010001 | 1011 |
Color Harmonies of #311805
Complementary color
Monochromatic Colors of #311805
Black with #311805
Text Example
Text Example
White with #311805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311805; }
p { color: rgb(49,24,5); }
H1.HeaderClassName
{
color: #311805;
}
.AnyTagClassName
{
color: #311805;
}
</style>
background-color css
<style>
a { background-color: #311805; }
a { background-color: rgb(49,24,5); }
div.DivClassName
{
background-color: #311805;
}
.BgClassName
{
background-color: #311805;
}
</style>
border-color css
<style>
span { border-color: #311805; }
span { border-color: rgb(49,24,5); }
td.TdClassName
{
border-color: #311805;
}
.TagClassName
{
border-color: #311805;
}
</style>