Shades of Cocoa Brown #311E09
Tints of Cocoa Brown #311E09
RGB
CMYK
RGB Variations
Color information
#311E09 (or 0x311E09) is known color: Cocoa Brown. HEX triplet: 31, 1E and 09. RGB value is (49,30,9). Sum of RGB (Red+Green+Blue) = 49+30+9=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E09 is #CEE1F6. Grayscale: #212121. Windows color (decimal): -13558263 or 597553. OLE color: 597553.
HSL color Cylindrical-coordinate representation of color #311E09: hue angle of 31.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311E09 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 9 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.81 |
| HSL | 31.5º | 0.69% | 0.11% | - |
| HSV(B) | 31.5º | 0.82% | 0.19% | - |
| XYZ | 1.78 | 1.6 | 0.47 | - |
| YUV | 33.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 9 | 0 | 0.39 | 0.82 | 0.81 | 31.5 | 0.69 | 0.11 |
| Hex | 31 | 1E | 9 | 0 | 27 | 52 | 51 | 1F | 45 | B |
| Octal | 61 | 36 | 11 | 0 | 47 | 122 | 121 | 37 | 105 | 13 |
| Binary | 110001 | 11110 | 1001 | 0 | 100111 | 1010010 | 1010001 | 11111 | 1000101 | 1011 |
Color Harmonies of #311E09
Complementary color
Monochromatic Colors of #311E09
Black with #311E09
Text Example
Text Example
White with #311E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E09; }
p { color: rgb(49,30,9); }
H1.HeaderClassName
{
color: #311E09;
}
.AnyTagClassName
{
color: #311E09;
}
</style>
background-color css
<style>
a { background-color: #311E09; }
a { background-color: rgb(49,30,9); }
div.DivClassName
{
background-color: #311E09;
}
.BgClassName
{
background-color: #311E09;
}
</style>
border-color css
<style>
span { border-color: #311E09; }
span { border-color: rgb(49,30,9); }
td.TdClassName
{
border-color: #311E09;
}
.TagClassName
{
border-color: #311E09;
}
</style>