Shades of Cocoa Brown #311E0E
Tints of Cocoa Brown #311E0E
RGB
CMYK
RGB Variations
Color information
#311E0E (or 0x311E0E) is known color: Cocoa Brown. HEX triplet: 31, 1E and 0E. RGB value is (49,30,14). Sum of RGB (Red+Green+Blue) = 49+30+14=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E0E is #CEE1F1. Grayscale: #212121. Windows color (decimal): -13558258 or 925233. OLE color: 925233.
HSL color Cylindrical-coordinate representation of color #311E0E: hue angle of 27.43º 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 #311E0E is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 14 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.81 |
| HSL | 27.43º | 0.56% | 0.12% | - |
| HSV(B) | 27.43º | 0.71% | 0.19% | - |
| XYZ | 1.81 | 1.61 | 0.63 | - |
| YUV | 33.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 14 | 0 | 0.39 | 0.71 | 0.81 | 27.43 | 0.56 | 0.12 |
| Hex | 31 | 1E | E | 0 | 27 | 47 | 51 | 1B | 38 | C |
| Octal | 61 | 36 | 16 | 0 | 47 | 107 | 121 | 33 | 70 | 14 |
| Binary | 110001 | 11110 | 1110 | 0 | 100111 | 1000111 | 1010001 | 11011 | 111000 | 1100 |
Color Harmonies of #311E0E
Complementary color
Monochromatic Colors of #311E0E
Black with #311E0E
Text Example
Text Example
White with #311E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E0E; }
p { color: rgb(49,30,14); }
H1.HeaderClassName
{
color: #311E0E;
}
.AnyTagClassName
{
color: #311E0E;
}
</style>
background-color css
<style>
a { background-color: #311E0E; }
a { background-color: rgb(49,30,14); }
div.DivClassName
{
background-color: #311E0E;
}
.BgClassName
{
background-color: #311E0E;
}
</style>
border-color css
<style>
span { border-color: #311E0E; }
span { border-color: rgb(49,30,14); }
td.TdClassName
{
border-color: #311E0E;
}
.TagClassName
{
border-color: #311E0E;
}
</style>