Shades of Cocoa Brown #31251D
Tints of Cocoa Brown #31251D
RGB
CMYK
RGB Variations
Color information
#31251D (or 0x31251D) is known color: Cocoa Brown. HEX triplet: 31, 25 and 1D. RGB value is (49,37,29). Sum of RGB (Red+Green+Blue) = 49+37+29=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251D is #CEDAE2. Grayscale: #272727. Windows color (decimal): -13556451 or 1910065. OLE color: 1910065.
HSL color Cylindrical-coordinate representation of color #31251D: hue angle of 24º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31251D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 37 | 29 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.81 |
| HSL | 24º | 0.26% | 0.15% | - |
| HSV(B) | 24º | 0.41% | 0.19% | - |
| XYZ | 2.15 | 2.06 | 1.45 | - |
| YUV | 39.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 29 | 0 | 0.24 | 0.41 | 0.81 | 24 | 0.26 | 0.15 |
| Hex | 31 | 25 | 1D | 0 | 18 | 29 | 51 | 18 | 1A | F |
| Octal | 61 | 45 | 35 | 0 | 30 | 51 | 121 | 30 | 32 | 17 |
| Binary | 110001 | 100101 | 11101 | 0 | 11000 | 101001 | 1010001 | 11000 | 11010 | 1111 |
Color Harmonies of #31251D
Complementary color
Monochromatic Colors of #31251D
Black with #31251D
Text Example
Text Example
White with #31251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31251D; }
p { color: rgb(49,37,29); }
H1.HeaderClassName
{
color: #31251D;
}
.AnyTagClassName
{
color: #31251D;
}
</style>
background-color css
<style>
a { background-color: #31251D; }
a { background-color: rgb(49,37,29); }
div.DivClassName
{
background-color: #31251D;
}
.BgClassName
{
background-color: #31251D;
}
</style>
border-color css
<style>
span { border-color: #31251D; }
span { border-color: rgb(49,37,29); }
td.TdClassName
{
border-color: #31251D;
}
.TagClassName
{
border-color: #31251D;
}
</style>