Shades of Cocoa Brown #311D06
Tints of Cocoa Brown #311D06
RGB
CMYK
RGB Variations
Color information
#311D06 (or 0x311D06) is known color: Cocoa Brown. HEX triplet: 31, 1D and 06. RGB value is (49,29,6). Sum of RGB (Red+Green+Blue) = 49+29+6=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D06 is #CEE2F9. Grayscale: #202020. Windows color (decimal): -13558522 or 400689. OLE color: 400689.
HSL color Cylindrical-coordinate representation of color #311D06: hue angle of 32.09º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311D06 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 6 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.81 |
| HSL | 32.09º | 0.78% | 0.11% | - |
| HSV(B) | 32.09º | 0.88% | 0.19% | - |
| XYZ | 1.74 | 1.54 | 0.38 | - |
| YUV | 32.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 6 | 0 | 0.41 | 0.88 | 0.81 | 32.09 | 0.78 | 0.11 |
| Hex | 31 | 1D | 6 | 0 | 29 | 58 | 51 | 20 | 4E | B |
| Octal | 61 | 35 | 6 | 0 | 51 | 130 | 121 | 40 | 116 | 13 |
| Binary | 110001 | 11101 | 110 | 0 | 101001 | 1011000 | 1010001 | 100000 | 1001110 | 1011 |
Color Harmonies of #311D06
Complementary color
Monochromatic Colors of #311D06
Black with #311D06
Text Example
Text Example
White with #311D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D06; }
p { color: rgb(49,29,6); }
H1.HeaderClassName
{
color: #311D06;
}
.AnyTagClassName
{
color: #311D06;
}
</style>
background-color css
<style>
a { background-color: #311D06; }
a { background-color: rgb(49,29,6); }
div.DivClassName
{
background-color: #311D06;
}
.BgClassName
{
background-color: #311D06;
}
</style>
border-color css
<style>
span { border-color: #311D06; }
span { border-color: rgb(49,29,6); }
td.TdClassName
{
border-color: #311D06;
}
.TagClassName
{
border-color: #311D06;
}
</style>