Shades of Cocoa Brown #311901
Tints of Cocoa Brown #311901
RGB
CMYK
RGB Variations
Color information
#311901 (or 0x311901) is known color: Cocoa Brown. HEX triplet: 31, 19 and 01. RGB value is (49,25,1). Sum of RGB (Red+Green+Blue) = 49+25+1=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311901 is #CEE6FE. Grayscale: #1D1D1D. Windows color (decimal): -13559551 or 71985. OLE color: 71985.
HSL color Cylindrical-coordinate representation of color #311901: hue angle of 30º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #311901 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 1 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.81 |
| HSL | 30º | 0.96% | 0.1% | - |
| HSV(B) | 30º | 0.98% | 0.19% | - |
| XYZ | 1.62 | 1.35 | 0.2 | - |
| YUV | 29.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 1 | 0 | 0.49 | 0.98 | 0.81 | 30 | 0.96 | 0.1 |
| Hex | 31 | 19 | 1 | 0 | 31 | 62 | 51 | 1E | 60 | A |
| Octal | 61 | 31 | 1 | 0 | 61 | 142 | 121 | 36 | 140 | 12 |
| Binary | 110001 | 11001 | 1 | 0 | 110001 | 1100010 | 1010001 | 11110 | 1100000 | 1010 |
Color Harmonies of #311901
Complementary color
Monochromatic Colors of #311901
Black with #311901
Text Example
Text Example
White with #311901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311901; }
p { color: rgb(49,25,1); }
H1.HeaderClassName
{
color: #311901;
}
.AnyTagClassName
{
color: #311901;
}
</style>
background-color css
<style>
a { background-color: #311901; }
a { background-color: rgb(49,25,1); }
div.DivClassName
{
background-color: #311901;
}
.BgClassName
{
background-color: #311901;
}
</style>
border-color css
<style>
span { border-color: #311901; }
span { border-color: rgb(49,25,1); }
td.TdClassName
{
border-color: #311901;
}
.TagClassName
{
border-color: #311901;
}
</style>