Shades of Cocoa Brown #311600
Tints of Cocoa Brown #311600
RGB
CMYK
RGB Variations
Color information
#311600 (or 0x311600) is known color: Cocoa Brown. HEX triplet: 31, 16 and 00. RGB value is (49,22,0). Sum of RGB (Red+Green+Blue) = 49+22+0=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311600 is #CEE9FF. Grayscale: #1B1B1B. Windows color (decimal): -13560320 or 5681. OLE color: 5681.
HSL color Cylindrical-coordinate representation of color #311600: hue angle of 26.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #311600 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 22 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.81 |
| HSL | 26.94º | 1% | 0.1% | - |
| HSV(B) | 26.94º | 1% | 0.19% | - |
| XYZ | 1.55 | 1.23 | 0.15 | - |
| YUV | 27.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 0 | 0 | 0.55 | 1 | 0.81 | 26.94 | 1 | 0.1 |
| Hex | 31 | 16 | 0 | 0 | 37 | 64 | 51 | 1B | 64 | A |
| Octal | 61 | 26 | 0 | 0 | 67 | 144 | 121 | 33 | 144 | 12 |
| Binary | 110001 | 10110 | 0 | 0 | 110111 | 1100100 | 1010001 | 11011 | 1100100 | 1010 |
Color Harmonies of #311600
Complementary color
Monochromatic Colors of #311600
Black with #311600
Text Example
Text Example
White with #311600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311600; }
p { color: rgb(49,22,0); }
H1.HeaderClassName
{
color: #311600;
}
.AnyTagClassName
{
color: #311600;
}
</style>
background-color css
<style>
a { background-color: #311600; }
a { background-color: rgb(49,22,0); }
div.DivClassName
{
background-color: #311600;
}
.BgClassName
{
background-color: #311600;
}
</style>
border-color css
<style>
span { border-color: #311600; }
span { border-color: rgb(49,22,0); }
td.TdClassName
{
border-color: #311600;
}
.TagClassName
{
border-color: #311600;
}
</style>