Shades of Cocoa Brown #311F09
Tints of Cocoa Brown #311F09
RGB
CMYK
RGB Variations
Color information
#311F09 (or 0x311F09) is known color: Cocoa Brown. HEX triplet: 31, 1F and 09. RGB value is (49,31,9). Sum of RGB (Red+Green+Blue) = 49+31+9=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F09 is #CEE0F6. Grayscale: #212121. Windows color (decimal): -13558007 or 597809. OLE color: 597809.
HSL color Cylindrical-coordinate representation of color #311F09: hue angle of 33º 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 #311F09 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 9 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.81 |
| HSL | 33º | 0.69% | 0.11% | - |
| HSV(B) | 33º | 0.82% | 0.19% | - |
| XYZ | 1.81 | 1.65 | 0.48 | - |
| YUV | 33.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 9 | 0 | 0.37 | 0.82 | 0.81 | 33 | 0.69 | 0.11 |
| Hex | 31 | 1F | 9 | 0 | 25 | 52 | 51 | 21 | 45 | B |
| Octal | 61 | 37 | 11 | 0 | 45 | 122 | 121 | 41 | 105 | 13 |
| Binary | 110001 | 11111 | 1001 | 0 | 100101 | 1010010 | 1010001 | 100001 | 1000101 | 1011 |
Color Harmonies of #311F09
Complementary color
Monochromatic Colors of #311F09
Black with #311F09
Text Example
Text Example
White with #311F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F09; }
p { color: rgb(49,31,9); }
H1.HeaderClassName
{
color: #311F09;
}
.AnyTagClassName
{
color: #311F09;
}
</style>
background-color css
<style>
a { background-color: #311F09; }
a { background-color: rgb(49,31,9); }
div.DivClassName
{
background-color: #311F09;
}
.BgClassName
{
background-color: #311F09;
}
</style>
border-color css
<style>
span { border-color: #311F09; }
span { border-color: rgb(49,31,9); }
td.TdClassName
{
border-color: #311F09;
}
.TagClassName
{
border-color: #311F09;
}
</style>