Shades of Cocoa Brown #311D0C
Tints of Cocoa Brown #311D0C
RGB
CMYK
RGB Variations
Color information
#311D0C (or 0x311D0C) is known color: Cocoa Brown. HEX triplet: 31, 1D and 0C. RGB value is (49,29,12). Sum of RGB (Red+Green+Blue) = 49+29+12=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D0C is #CEE2F3. Grayscale: #212121. Windows color (decimal): -13558516 or 793905. OLE color: 793905.
HSL color Cylindrical-coordinate representation of color #311D0C: hue angle of 27.57º 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 #311D0C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 12 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.81 |
| HSL | 27.57º | 0.61% | 0.12% | - |
| HSV(B) | 27.57º | 0.76% | 0.19% | - |
| XYZ | 1.77 | 1.56 | 0.56 | - |
| YUV | 33.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 12 | 0 | 0.41 | 0.76 | 0.81 | 27.57 | 0.61 | 0.12 |
| Hex | 31 | 1D | C | 0 | 29 | 4C | 51 | 1C | 3D | C |
| Octal | 61 | 35 | 14 | 0 | 51 | 114 | 121 | 34 | 75 | 14 |
| Binary | 110001 | 11101 | 1100 | 0 | 101001 | 1001100 | 1010001 | 11100 | 111101 | 1100 |
Color Harmonies of #311D0C
Complementary color
Monochromatic Colors of #311D0C
Black with #311D0C
Text Example
Text Example
White with #311D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D0C; }
p { color: rgb(49,29,12); }
H1.HeaderClassName
{
color: #311D0C;
}
.AnyTagClassName
{
color: #311D0C;
}
</style>
background-color css
<style>
a { background-color: #311D0C; }
a { background-color: rgb(49,29,12); }
div.DivClassName
{
background-color: #311D0C;
}
.BgClassName
{
background-color: #311D0C;
}
</style>
border-color css
<style>
span { border-color: #311D0C; }
span { border-color: rgb(49,29,12); }
td.TdClassName
{
border-color: #311D0C;
}
.TagClassName
{
border-color: #311D0C;
}
</style>