Shades of Cocoa Brown #311D09
Tints of Cocoa Brown #311D09
RGB
CMYK
RGB Variations
Color information
#311D09 (or 0x311D09) is known color: Cocoa Brown. HEX triplet: 31, 1D and 09. RGB value is (49,29,9). Sum of RGB (Red+Green+Blue) = 49+29+9=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D09 is #CEE2F6. Grayscale: #202020. Windows color (decimal): -13558519 or 597297. OLE color: 597297.
HSL color Cylindrical-coordinate representation of color #311D09: hue angle of 30º 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 #311D09 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 9 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.81 |
| HSL | 30º | 0.69% | 0.11% | - |
| HSV(B) | 30º | 0.82% | 0.19% | - |
| XYZ | 1.76 | 1.55 | 0.47 | - |
| YUV | 32.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 9 | 0 | 0.41 | 0.82 | 0.81 | 30 | 0.69 | 0.11 |
| Hex | 31 | 1D | 9 | 0 | 29 | 52 | 51 | 1E | 45 | B |
| Octal | 61 | 35 | 11 | 0 | 51 | 122 | 121 | 36 | 105 | 13 |
| Binary | 110001 | 11101 | 1001 | 0 | 101001 | 1010010 | 1010001 | 11110 | 1000101 | 1011 |
Color Harmonies of #311D09
Complementary color
Monochromatic Colors of #311D09
Black with #311D09
Text Example
Text Example
White with #311D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D09; }
p { color: rgb(49,29,9); }
H1.HeaderClassName
{
color: #311D09;
}
.AnyTagClassName
{
color: #311D09;
}
</style>
background-color css
<style>
a { background-color: #311D09; }
a { background-color: rgb(49,29,9); }
div.DivClassName
{
background-color: #311D09;
}
.BgClassName
{
background-color: #311D09;
}
</style>
border-color css
<style>
span { border-color: #311D09; }
span { border-color: rgb(49,29,9); }
td.TdClassName
{
border-color: #311D09;
}
.TagClassName
{
border-color: #311D09;
}
</style>