Shades of Cocoa Brown #311F00
Tints of Cocoa Brown #311F00
RGB
CMYK
RGB Variations
Color information
#311F00 (or 0x311F00) is known color: Cocoa Brown. HEX triplet: 31, 1F and 00. RGB value is (49,31,0). Sum of RGB (Red+Green+Blue) = 49+31+0=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F00 is #CEE0FF. Grayscale: #202020. Windows color (decimal): -13558016 or 7985. OLE color: 7985.
HSL color Cylindrical-coordinate representation of color #311F00: hue angle of 37.96º 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 #311F00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.81 |
| HSL | 37.96º | 1% | 0.1% | - |
| HSV(B) | 37.96º | 1% | 0.19% | - |
| XYZ | 1.76 | 1.63 | 0.22 | - |
| YUV | 32.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 0 | 0 | 0.37 | 1 | 0.81 | 37.96 | 1 | 0.1 |
| Hex | 31 | 1F | 0 | 0 | 25 | 64 | 51 | 26 | 64 | A |
| Octal | 61 | 37 | 0 | 0 | 45 | 144 | 121 | 46 | 144 | 12 |
| Binary | 110001 | 11111 | 0 | 0 | 100101 | 1100100 | 1010001 | 100110 | 1100100 | 1010 |
Color Harmonies of #311F00
Complementary color
Monochromatic Colors of #311F00
Black with #311F00
Text Example
Text Example
White with #311F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F00; }
p { color: rgb(49,31,0); }
H1.HeaderClassName
{
color: #311F00;
}
.AnyTagClassName
{
color: #311F00;
}
</style>
background-color css
<style>
a { background-color: #311F00; }
a { background-color: rgb(49,31,0); }
div.DivClassName
{
background-color: #311F00;
}
.BgClassName
{
background-color: #311F00;
}
</style>
border-color css
<style>
span { border-color: #311F00; }
span { border-color: rgb(49,31,0); }
td.TdClassName
{
border-color: #311F00;
}
.TagClassName
{
border-color: #311F00;
}
</style>