Shades of Cocoa Brown #311F0C
Tints of Cocoa Brown #311F0C
RGB
CMYK
RGB Variations
Color information
#311F0C (or 0x311F0C) is known color: Cocoa Brown. HEX triplet: 31, 1F and 0C. RGB value is (49,31,12). Sum of RGB (Red+Green+Blue) = 49+31+12=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F0C is #CEE0F3. Grayscale: #222222. Windows color (decimal): -13558004 or 794417. OLE color: 794417.
HSL color Cylindrical-coordinate representation of color #311F0C: hue angle of 30.81º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311F0C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 12 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.81 |
| HSL | 30.81º | 0.61% | 0.12% | - |
| HSV(B) | 30.81º | 0.76% | 0.19% | - |
| XYZ | 1.82 | 1.66 | 0.57 | - |
| YUV | 34.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 12 | 0 | 0.37 | 0.76 | 0.81 | 30.81 | 0.61 | 0.12 |
| Hex | 31 | 1F | C | 0 | 25 | 4C | 51 | 1F | 3D | C |
| Octal | 61 | 37 | 14 | 0 | 45 | 114 | 121 | 37 | 75 | 14 |
| Binary | 110001 | 11111 | 1100 | 0 | 100101 | 1001100 | 1010001 | 11111 | 111101 | 1100 |
Color Harmonies of #311F0C
Complementary color
Monochromatic Colors of #311F0C
Black with #311F0C
Text Example
Text Example
White with #311F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F0C; }
p { color: rgb(49,31,12); }
H1.HeaderClassName
{
color: #311F0C;
}
.AnyTagClassName
{
color: #311F0C;
}
</style>
background-color css
<style>
a { background-color: #311F0C; }
a { background-color: rgb(49,31,12); }
div.DivClassName
{
background-color: #311F0C;
}
.BgClassName
{
background-color: #311F0C;
}
</style>
border-color css
<style>
span { border-color: #311F0C; }
span { border-color: rgb(49,31,12); }
td.TdClassName
{
border-color: #311F0C;
}
.TagClassName
{
border-color: #311F0C;
}
</style>