Shades of Cocoa Brown #311A03
Tints of Cocoa Brown #311A03
RGB
CMYK
RGB Variations
Color information
#311A03 (or 0x311A03) is known color: Cocoa Brown. HEX triplet: 31, 1A and 03. RGB value is (49,26,3). Sum of RGB (Red+Green+Blue) = 49+26+3=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A03 is #CEE5FC. Grayscale: #1E1E1E. Windows color (decimal): -13559293 or 203313. OLE color: 203313.
HSL color Cylindrical-coordinate representation of color #311A03: hue angle of 30º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #311A03 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 26 | 3 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.81 |
| HSL | 30º | 0.88% | 0.1% | - |
| HSV(B) | 30º | 0.94% | 0.19% | - |
| XYZ | 1.65 | 1.4 | 0.27 | - |
| YUV | 30.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 3 | 0 | 0.47 | 0.94 | 0.81 | 30 | 0.88 | 0.1 |
| Hex | 31 | 1A | 3 | 0 | 2F | 5E | 51 | 1E | 58 | A |
| Octal | 61 | 32 | 3 | 0 | 57 | 136 | 121 | 36 | 130 | 12 |
| Binary | 110001 | 11010 | 11 | 0 | 101111 | 1011110 | 1010001 | 11110 | 1011000 | 1010 |
Color Harmonies of #311A03
Complementary color
Monochromatic Colors of #311A03
Black with #311A03
Text Example
Text Example
White with #311A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A03; }
p { color: rgb(49,26,3); }
H1.HeaderClassName
{
color: #311A03;
}
.AnyTagClassName
{
color: #311A03;
}
</style>
background-color css
<style>
a { background-color: #311A03; }
a { background-color: rgb(49,26,3); }
div.DivClassName
{
background-color: #311A03;
}
.BgClassName
{
background-color: #311A03;
}
</style>
border-color css
<style>
span { border-color: #311A03; }
span { border-color: rgb(49,26,3); }
td.TdClassName
{
border-color: #311A03;
}
.TagClassName
{
border-color: #311A03;
}
</style>