Shades of Cocoa Brown #311C0A
Tints of Cocoa Brown #311C0A
RGB
CMYK
RGB Variations
Color information
#311C0A (or 0x311C0A) is known color: Cocoa Brown. HEX triplet: 31, 1C and 0A. RGB value is (49,28,10). Sum of RGB (Red+Green+Blue) = 49+28+10=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C0A is #CEE3F5. Grayscale: #202020. Windows color (decimal): -13558774 or 662577. OLE color: 662577.
HSL color Cylindrical-coordinate representation of color #311C0A: hue angle of 27.69º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311C0A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 10 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.81 |
| HSL | 27.69º | 0.66% | 0.12% | - |
| HSV(B) | 27.69º | 0.8% | 0.19% | - |
| XYZ | 1.74 | 1.51 | 0.49 | - |
| YUV | 32.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 10 | 0 | 0.43 | 0.80 | 0.81 | 27.69 | 0.66 | 0.12 |
| Hex | 31 | 1C | A | 0 | 2B | 50 | 51 | 1C | 42 | C |
| Octal | 61 | 34 | 12 | 0 | 53 | 120 | 121 | 34 | 102 | 14 |
| Binary | 110001 | 11100 | 1010 | 0 | 101011 | 1010000 | 1010001 | 11100 | 1000010 | 1100 |
Color Harmonies of #311C0A
Complementary color
Monochromatic Colors of #311C0A
Black with #311C0A
Text Example
Text Example
White with #311C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C0A; }
p { color: rgb(49,28,10); }
H1.HeaderClassName
{
color: #311C0A;
}
.AnyTagClassName
{
color: #311C0A;
}
</style>
background-color css
<style>
a { background-color: #311C0A; }
a { background-color: rgb(49,28,10); }
div.DivClassName
{
background-color: #311C0A;
}
.BgClassName
{
background-color: #311C0A;
}
</style>
border-color css
<style>
span { border-color: #311C0A; }
span { border-color: rgb(49,28,10); }
td.TdClassName
{
border-color: #311C0A;
}
.TagClassName
{
border-color: #311C0A;
}
</style>