Shades of Cocoa Brown #311C0E
Tints of Cocoa Brown #311C0E
RGB
CMYK
RGB Variations
Color information
#311C0E (or 0x311C0E) is known color: Cocoa Brown. HEX triplet: 31, 1C and 0E. RGB value is (49,28,14). Sum of RGB (Red+Green+Blue) = 49+28+14=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C0E is #CEE3F1. Grayscale: #202020. Windows color (decimal): -13558770 or 924721. OLE color: 924721.
HSL color Cylindrical-coordinate representation of color #311C0E: hue angle of 24º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311C0E is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 14 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.81 |
| HSL | 24º | 0.56% | 0.12% | - |
| HSV(B) | 24º | 0.71% | 0.19% | - |
| XYZ | 1.76 | 1.52 | 0.62 | - |
| YUV | 32.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 14 | 0 | 0.43 | 0.71 | 0.81 | 24 | 0.56 | 0.12 |
| Hex | 31 | 1C | E | 0 | 2B | 47 | 51 | 18 | 38 | C |
| Octal | 61 | 34 | 16 | 0 | 53 | 107 | 121 | 30 | 70 | 14 |
| Binary | 110001 | 11100 | 1110 | 0 | 101011 | 1000111 | 1010001 | 11000 | 111000 | 1100 |
Color Harmonies of #311C0E
Complementary color
Monochromatic Colors of #311C0E
Black with #311C0E
Text Example
Text Example
White with #311C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C0E; }
p { color: rgb(49,28,14); }
H1.HeaderClassName
{
color: #311C0E;
}
.AnyTagClassName
{
color: #311C0E;
}
</style>
background-color css
<style>
a { background-color: #311C0E; }
a { background-color: rgb(49,28,14); }
div.DivClassName
{
background-color: #311C0E;
}
.BgClassName
{
background-color: #311C0E;
}
</style>
border-color css
<style>
span { border-color: #311C0E; }
span { border-color: rgb(49,28,14); }
td.TdClassName
{
border-color: #311C0E;
}
.TagClassName
{
border-color: #311C0E;
}
</style>