Shades of Cocoa Brown #311902
Tints of Cocoa Brown #311902
RGB
CMYK
RGB Variations
Color information
#311902 (or 0x311902) is known color: Cocoa Brown. HEX triplet: 31, 19 and 02. RGB value is (49,25,2). Sum of RGB (Red+Green+Blue) = 49+25+2=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311902 is #CEE6FD. Grayscale: #1D1D1D. Windows color (decimal): -13559550 or 137521. OLE color: 137521.
HSL color Cylindrical-coordinate representation of color #311902: hue angle of 29.36º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #311902 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 2 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.81 |
| HSL | 29.36º | 0.92% | 0.1% | - |
| HSV(B) | 29.36º | 0.96% | 0.19% | - |
| XYZ | 1.63 | 1.35 | 0.23 | - |
| YUV | 29.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 2 | 0 | 0.49 | 0.96 | 0.81 | 29.36 | 0.92 | 0.1 |
| Hex | 31 | 19 | 2 | 0 | 31 | 60 | 51 | 1D | 5C | A |
| Octal | 61 | 31 | 2 | 0 | 61 | 140 | 121 | 35 | 134 | 12 |
| Binary | 110001 | 11001 | 10 | 0 | 110001 | 1100000 | 1010001 | 11101 | 1011100 | 1010 |
Color Harmonies of #311902
Complementary color
Monochromatic Colors of #311902
Black with #311902
Text Example
Text Example
White with #311902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311902; }
p { color: rgb(49,25,2); }
H1.HeaderClassName
{
color: #311902;
}
.AnyTagClassName
{
color: #311902;
}
</style>
background-color css
<style>
a { background-color: #311902; }
a { background-color: rgb(49,25,2); }
div.DivClassName
{
background-color: #311902;
}
.BgClassName
{
background-color: #311902;
}
</style>
border-color css
<style>
span { border-color: #311902; }
span { border-color: rgb(49,25,2); }
td.TdClassName
{
border-color: #311902;
}
.TagClassName
{
border-color: #311902;
}
</style>