Shades of Cocoa Brown #311C02
Tints of Cocoa Brown #311C02
RGB
CMYK
RGB Variations
Color information
#311C02 (or 0x311C02) is known color: Cocoa Brown. HEX triplet: 31, 1C and 02. RGB value is (49,28,2). Sum of RGB (Red+Green+Blue) = 49+28+2=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #311C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C02 is #CEE3FD. Grayscale: #1F1F1F. Windows color (decimal): -13558782 or 138289. OLE color: 138289.
HSL color Cylindrical-coordinate representation of color #311C02: hue angle of 33.19º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #311C02 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 2 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.81 |
| HSL | 33.19º | 0.92% | 0.1% | - |
| HSV(B) | 33.19º | 0.96% | 0.19% | - |
| XYZ | 1.69 | 1.49 | 0.26 | - |
| YUV | 31.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 2 | 0 | 0.43 | 0.96 | 0.81 | 33.19 | 0.92 | 0.1 |
| Hex | 31 | 1C | 2 | 0 | 2B | 60 | 51 | 21 | 5C | A |
| Octal | 61 | 34 | 2 | 0 | 53 | 140 | 121 | 41 | 134 | 12 |
| Binary | 110001 | 11100 | 10 | 0 | 101011 | 1100000 | 1010001 | 100001 | 1011100 | 1010 |
Color Harmonies of #311C02
Complementary color
Monochromatic Colors of #311C02
Black with #311C02
Text Example
Text Example
White with #311C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C02; }
p { color: rgb(49,28,2); }
H1.HeaderClassName
{
color: #311C02;
}
.AnyTagClassName
{
color: #311C02;
}
</style>
background-color css
<style>
a { background-color: #311C02; }
a { background-color: rgb(49,28,2); }
div.DivClassName
{
background-color: #311C02;
}
.BgClassName
{
background-color: #311C02;
}
</style>
border-color css
<style>
span { border-color: #311C02; }
span { border-color: rgb(49,28,2); }
td.TdClassName
{
border-color: #311C02;
}
.TagClassName
{
border-color: #311C02;
}
</style>