Shades of Cocoa Brown #311C0C
Tints of Cocoa Brown #311C0C
RGB
CMYK
RGB Variations
Color information
#311C0C (or 0x311C0C) is known color: Cocoa Brown. HEX triplet: 31, 1C and 0C. RGB value is (49,28,12). Sum of RGB (Red+Green+Blue) = 49+28+12=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C0C is #CEE3F3. Grayscale: #202020. Windows color (decimal): -13558772 or 793649. OLE color: 793649.
HSL color Cylindrical-coordinate representation of color #311C0C: hue angle of 25.95º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311C0C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 12 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.81 |
| HSL | 25.95º | 0.61% | 0.12% | - |
| HSV(B) | 25.95º | 0.76% | 0.19% | - |
| XYZ | 1.75 | 1.51 | 0.55 | - |
| YUV | 32.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 12 | 0 | 0.43 | 0.76 | 0.81 | 25.95 | 0.61 | 0.12 |
| Hex | 31 | 1C | C | 0 | 2B | 4C | 51 | 1A | 3D | C |
| Octal | 61 | 34 | 14 | 0 | 53 | 114 | 121 | 32 | 75 | 14 |
| Binary | 110001 | 11100 | 1100 | 0 | 101011 | 1001100 | 1010001 | 11010 | 111101 | 1100 |
Color Harmonies of #311C0C
Complementary color
Monochromatic Colors of #311C0C
Black with #311C0C
Text Example
Text Example
White with #311C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C0C; }
p { color: rgb(49,28,12); }
H1.HeaderClassName
{
color: #311C0C;
}
.AnyTagClassName
{
color: #311C0C;
}
</style>
background-color css
<style>
a { background-color: #311C0C; }
a { background-color: rgb(49,28,12); }
div.DivClassName
{
background-color: #311C0C;
}
.BgClassName
{
background-color: #311C0C;
}
</style>
border-color css
<style>
span { border-color: #311C0C; }
span { border-color: rgb(49,28,12); }
td.TdClassName
{
border-color: #311C0C;
}
.TagClassName
{
border-color: #311C0C;
}
</style>