Shades of Cocoa Brown #31200E
Tints of Cocoa Brown #31200E
RGB
CMYK
RGB Variations
Color information
#31200E (or 0x31200E) is known color: Cocoa Brown. HEX triplet: 31, 20 and 0E. RGB value is (49,32,14). Sum of RGB (Red+Green+Blue) = 49+32+14=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31200E is #CEDFF1. Grayscale: #232323. Windows color (decimal): -13557746 or 925745. OLE color: 925745.
HSL color Cylindrical-coordinate representation of color #31200E: hue angle of 30.86º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31200E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 14 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.81 |
| HSL | 30.86º | 0.56% | 0.12% | - |
| HSV(B) | 30.86º | 0.71% | 0.19% | - |
| XYZ | 1.86 | 1.72 | 0.65 | - |
| YUV | 35.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 14 | 0 | 0.35 | 0.71 | 0.81 | 30.86 | 0.56 | 0.12 |
| Hex | 31 | 20 | E | 0 | 23 | 47 | 51 | 1F | 38 | C |
| Octal | 61 | 40 | 16 | 0 | 43 | 107 | 121 | 37 | 70 | 14 |
| Binary | 110001 | 100000 | 1110 | 0 | 100011 | 1000111 | 1010001 | 11111 | 111000 | 1100 |
Color Harmonies of #31200E
Complementary color
Monochromatic Colors of #31200E
Black with #31200E
Text Example
Text Example
White with #31200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31200E; }
p { color: rgb(49,32,14); }
H1.HeaderClassName
{
color: #31200E;
}
.AnyTagClassName
{
color: #31200E;
}
</style>
background-color css
<style>
a { background-color: #31200E; }
a { background-color: rgb(49,32,14); }
div.DivClassName
{
background-color: #31200E;
}
.BgClassName
{
background-color: #31200E;
}
</style>
border-color css
<style>
span { border-color: #31200E; }
span { border-color: rgb(49,32,14); }
td.TdClassName
{
border-color: #31200E;
}
.TagClassName
{
border-color: #31200E;
}
</style>