Shades of Cocoa Brown #311E0C
Tints of Cocoa Brown #311E0C
RGB
CMYK
RGB Variations
Color information
#311E0C (or 0x311E0C) is known color: Cocoa Brown. HEX triplet: 31, 1E and 0C. RGB value is (49,30,12). Sum of RGB (Red+Green+Blue) = 49+30+12=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E0C is #CEE1F3. Grayscale: #212121. Windows color (decimal): -13558260 or 794161. OLE color: 794161.
HSL color Cylindrical-coordinate representation of color #311E0C: hue angle of 29.19º 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 #311E0C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 12 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.81 |
| HSL | 29.19º | 0.61% | 0.12% | - |
| HSV(B) | 29.19º | 0.76% | 0.19% | - |
| XYZ | 1.8 | 1.61 | 0.56 | - |
| YUV | 33.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 12 | 0 | 0.39 | 0.76 | 0.81 | 29.19 | 0.61 | 0.12 |
| Hex | 31 | 1E | C | 0 | 27 | 4C | 51 | 1D | 3D | C |
| Octal | 61 | 36 | 14 | 0 | 47 | 114 | 121 | 35 | 75 | 14 |
| Binary | 110001 | 11110 | 1100 | 0 | 100111 | 1001100 | 1010001 | 11101 | 111101 | 1100 |
Color Harmonies of #311E0C
Complementary color
Monochromatic Colors of #311E0C
Black with #311E0C
Text Example
Text Example
White with #311E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E0C; }
p { color: rgb(49,30,12); }
H1.HeaderClassName
{
color: #311E0C;
}
.AnyTagClassName
{
color: #311E0C;
}
</style>
background-color css
<style>
a { background-color: #311E0C; }
a { background-color: rgb(49,30,12); }
div.DivClassName
{
background-color: #311E0C;
}
.BgClassName
{
background-color: #311E0C;
}
</style>
border-color css
<style>
span { border-color: #311E0C; }
span { border-color: rgb(49,30,12); }
td.TdClassName
{
border-color: #311E0C;
}
.TagClassName
{
border-color: #311E0C;
}
</style>