Shades of Cocoa Brown #311A08
Tints of Cocoa Brown #311A08
RGB
CMYK
RGB Variations
Color information
#311A08 (or 0x311A08) is known color: Cocoa Brown. HEX triplet: 31, 1A and 08. RGB value is (49,26,8). Sum of RGB (Red+Green+Blue) = 49+26+8=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A08 is #CEE5F7. Grayscale: #1E1E1E. Windows color (decimal): -13559288 or 530993. OLE color: 530993.
HSL color Cylindrical-coordinate representation of color #311A08: hue angle of 26.34º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311A08 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 26 | 8 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.81 |
| HSL | 26.34º | 0.72% | 0.11% | - |
| HSV(B) | 26.34º | 0.84% | 0.19% | - |
| XYZ | 1.68 | 1.41 | 0.41 | - |
| YUV | 30.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 8 | 0 | 0.47 | 0.84 | 0.81 | 26.34 | 0.72 | 0.11 |
| Hex | 31 | 1A | 8 | 0 | 2F | 54 | 51 | 1A | 48 | B |
| Octal | 61 | 32 | 10 | 0 | 57 | 124 | 121 | 32 | 110 | 13 |
| Binary | 110001 | 11010 | 1000 | 0 | 101111 | 1010100 | 1010001 | 11010 | 1001000 | 1011 |
Color Harmonies of #311A08
Complementary color
Monochromatic Colors of #311A08
Black with #311A08
Text Example
Text Example
White with #311A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A08; }
p { color: rgb(49,26,8); }
H1.HeaderClassName
{
color: #311A08;
}
.AnyTagClassName
{
color: #311A08;
}
</style>
background-color css
<style>
a { background-color: #311A08; }
a { background-color: rgb(49,26,8); }
div.DivClassName
{
background-color: #311A08;
}
.BgClassName
{
background-color: #311A08;
}
</style>
border-color css
<style>
span { border-color: #311A08; }
span { border-color: rgb(49,26,8); }
td.TdClassName
{
border-color: #311A08;
}
.TagClassName
{
border-color: #311A08;
}
</style>