Shades of Cocoa Brown #311D00
Tints of Cocoa Brown #311D00
RGB
CMYK
RGB Variations
Color information
#311D00 (or 0x311D00) is known color: Cocoa Brown. HEX triplet: 31, 1D and 00. RGB value is (49,29,0). Sum of RGB (Red+Green+Blue) = 49+29+0=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D00 is #CEE2FF. Grayscale: #1F1F1F. Windows color (decimal): -13558528 or 7473. OLE color: 7473.
HSL color Cylindrical-coordinate representation of color #311D00: hue angle of 35.51º 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 #311D00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.81 |
| HSL | 35.51º | 1% | 0.1% | - |
| HSV(B) | 35.51º | 1% | 0.19% | - |
| XYZ | 1.71 | 1.53 | 0.21 | - |
| YUV | 31.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 0 | 0 | 0.41 | 1 | 0.81 | 35.51 | 1 | 0.1 |
| Hex | 31 | 1D | 0 | 0 | 29 | 64 | 51 | 24 | 64 | A |
| Octal | 61 | 35 | 0 | 0 | 51 | 144 | 121 | 44 | 144 | 12 |
| Binary | 110001 | 11101 | 0 | 0 | 101001 | 1100100 | 1010001 | 100100 | 1100100 | 1010 |
Color Harmonies of #311D00
Complementary color
Monochromatic Colors of #311D00
Black with #311D00
Text Example
Text Example
White with #311D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D00; }
p { color: rgb(49,29,0); }
H1.HeaderClassName
{
color: #311D00;
}
.AnyTagClassName
{
color: #311D00;
}
</style>
background-color css
<style>
a { background-color: #311D00; }
a { background-color: rgb(49,29,0); }
div.DivClassName
{
background-color: #311D00;
}
.BgClassName
{
background-color: #311D00;
}
</style>
border-color css
<style>
span { border-color: #311D00; }
span { border-color: rgb(49,29,0); }
td.TdClassName
{
border-color: #311D00;
}
.TagClassName
{
border-color: #311D00;
}
</style>