Shades of Cocoa Brown #311F14
Tints of Cocoa Brown #311F14
RGB
CMYK
RGB Variations
Color information
#311F14 (or 0x311F14) is known color: Cocoa Brown. HEX triplet: 31, 1F and 14. RGB value is (49,31,20). Sum of RGB (Red+Green+Blue) = 49+31+20=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F14 is #CEE0EB. Grayscale: #232323. Windows color (decimal): -13557996 or 1318705. OLE color: 1318705.
HSL color Cylindrical-coordinate representation of color #311F14: hue angle of 22.76º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311F14 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 20 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.81 |
| HSL | 22.76º | 0.42% | 0.14% | - |
| HSV(B) | 22.76º | 0.59% | 0.19% | - |
| XYZ | 1.88 | 1.68 | 0.89 | - |
| YUV | 35.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 20 | 0 | 0.37 | 0.59 | 0.81 | 22.76 | 0.42 | 0.14 |
| Hex | 31 | 1F | 14 | 0 | 25 | 3B | 51 | 17 | 2A | E |
| Octal | 61 | 37 | 24 | 0 | 45 | 73 | 121 | 27 | 52 | 16 |
| Binary | 110001 | 11111 | 10100 | 0 | 100101 | 111011 | 1010001 | 10111 | 101010 | 1110 |
Color Harmonies of #311F14
Complementary color
Monochromatic Colors of #311F14
Black with #311F14
Text Example
Text Example
White with #311F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F14; }
p { color: rgb(49,31,20); }
H1.HeaderClassName
{
color: #311F14;
}
.AnyTagClassName
{
color: #311F14;
}
</style>
background-color css
<style>
a { background-color: #311F14; }
a { background-color: rgb(49,31,20); }
div.DivClassName
{
background-color: #311F14;
}
.BgClassName
{
background-color: #311F14;
}
</style>
border-color css
<style>
span { border-color: #311F14; }
span { border-color: rgb(49,31,20); }
td.TdClassName
{
border-color: #311F14;
}
.TagClassName
{
border-color: #311F14;
}
</style>