Shades of Cocoa Brown #311801
Tints of Cocoa Brown #311801
RGB
CMYK
RGB Variations
Color information
#311801 (or 0x311801) is known color: Cocoa Brown. HEX triplet: 31, 18 and 01. RGB value is (49,24,1). Sum of RGB (Red+Green+Blue) = 49+24+1=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311801 is #CEE7FE. Grayscale: #1C1C1C. Windows color (decimal): -13559807 or 71729. OLE color: 71729.
HSL color Cylindrical-coordinate representation of color #311801: hue angle of 28.75º 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 #311801 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 1 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.81 |
| HSL | 28.75º | 0.96% | 0.1% | - |
| HSV(B) | 28.75º | 0.98% | 0.19% | - |
| XYZ | 1.6 | 1.31 | 0.2 | - |
| YUV | 28.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 1 | 0 | 0.51 | 0.98 | 0.81 | 28.75 | 0.96 | 0.1 |
| Hex | 31 | 18 | 1 | 0 | 33 | 62 | 51 | 1D | 60 | A |
| Octal | 61 | 30 | 1 | 0 | 63 | 142 | 121 | 35 | 140 | 12 |
| Binary | 110001 | 11000 | 1 | 0 | 110011 | 1100010 | 1010001 | 11101 | 1100000 | 1010 |
Color Harmonies of #311801
Complementary color
Monochromatic Colors of #311801
Black with #311801
Text Example
Text Example
White with #311801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311801; }
p { color: rgb(49,24,1); }
H1.HeaderClassName
{
color: #311801;
}
.AnyTagClassName
{
color: #311801;
}
</style>
background-color css
<style>
a { background-color: #311801; }
a { background-color: rgb(49,24,1); }
div.DivClassName
{
background-color: #311801;
}
.BgClassName
{
background-color: #311801;
}
</style>
border-color css
<style>
span { border-color: #311801; }
span { border-color: rgb(49,24,1); }
td.TdClassName
{
border-color: #311801;
}
.TagClassName
{
border-color: #311801;
}
</style>