Shades of Cocoa Brown #311C00
Tints of Cocoa Brown #311C00
RGB
CMYK
RGB Variations
Color information
#311C00 (or 0x311C00) is known color: Cocoa Brown. HEX triplet: 31, 1C and 00. RGB value is (49,28,0). Sum of RGB (Red+Green+Blue) = 49+28+0=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C00 is #CEE3FF. Grayscale: #1F1F1F. Windows color (decimal): -13558784 or 7217. OLE color: 7217.
HSL color Cylindrical-coordinate representation of color #311C00: hue angle of 34.29º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #311C00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.81 |
| HSL | 34.29º | 1% | 0.1% | - |
| HSV(B) | 34.29º | 1% | 0.19% | - |
| XYZ | 1.68 | 1.48 | 0.2 | - |
| YUV | 31.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 0 | 0 | 0.43 | 1 | 0.81 | 34.29 | 1 | 0.1 |
| Hex | 31 | 1C | 0 | 0 | 2B | 64 | 51 | 22 | 64 | A |
| Octal | 61 | 34 | 0 | 0 | 53 | 144 | 121 | 42 | 144 | 12 |
| Binary | 110001 | 11100 | 0 | 0 | 101011 | 1100100 | 1010001 | 100010 | 1100100 | 1010 |
Color Harmonies of #311C00
Complementary color
Monochromatic Colors of #311C00
Black with #311C00
Text Example
Text Example
White with #311C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C00; }
p { color: rgb(49,28,0); }
H1.HeaderClassName
{
color: #311C00;
}
.AnyTagClassName
{
color: #311C00;
}
</style>
background-color css
<style>
a { background-color: #311C00; }
a { background-color: rgb(49,28,0); }
div.DivClassName
{
background-color: #311C00;
}
.BgClassName
{
background-color: #311C00;
}
</style>
border-color css
<style>
span { border-color: #311C00; }
span { border-color: rgb(49,28,0); }
td.TdClassName
{
border-color: #311C00;
}
.TagClassName
{
border-color: #311C00;
}
</style>