Shades of Cocoa Brown #311C05
Tints of Cocoa Brown #311C05
RGB
CMYK
RGB Variations
Color information
#311C05 (or 0x311C05) is known color: Cocoa Brown. HEX triplet: 31, 1C and 05. RGB value is (49,28,5). Sum of RGB (Red+Green+Blue) = 49+28+5=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #311C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C05 is #CEE3FA. Grayscale: #1F1F1F. Windows color (decimal): -13558779 or 334897. OLE color: 334897.
HSL color Cylindrical-coordinate representation of color #311C05: hue angle of 31.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311C05 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 5 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.81 |
| HSL | 31.36º | 0.81% | 0.11% | - |
| HSV(B) | 31.36º | 0.9% | 0.19% | - |
| XYZ | 1.71 | 1.49 | 0.34 | - |
| YUV | 31.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 5 | 0 | 0.43 | 0.90 | 0.81 | 31.36 | 0.81 | 0.11 |
| Hex | 31 | 1C | 5 | 0 | 2B | 5A | 51 | 1F | 51 | B |
| Octal | 61 | 34 | 5 | 0 | 53 | 132 | 121 | 37 | 121 | 13 |
| Binary | 110001 | 11100 | 101 | 0 | 101011 | 1011010 | 1010001 | 11111 | 1010001 | 1011 |
Color Harmonies of #311C05
Complementary color
Monochromatic Colors of #311C05
Black with #311C05
Text Example
Text Example
White with #311C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C05; }
p { color: rgb(49,28,5); }
H1.HeaderClassName
{
color: #311C05;
}
.AnyTagClassName
{
color: #311C05;
}
</style>
background-color css
<style>
a { background-color: #311C05; }
a { background-color: rgb(49,28,5); }
div.DivClassName
{
background-color: #311C05;
}
.BgClassName
{
background-color: #311C05;
}
</style>
border-color css
<style>
span { border-color: #311C05; }
span { border-color: rgb(49,28,5); }
td.TdClassName
{
border-color: #311C05;
}
.TagClassName
{
border-color: #311C05;
}
</style>