Shades of Cocoa Brown #31261E
Tints of Cocoa Brown #31261E
RGB
CMYK
RGB Variations
Color information
#31261E (or 0x31261E) is known color: Cocoa Brown. HEX triplet: 31, 26 and 1E. RGB value is (49,38,30). Sum of RGB (Red+Green+Blue) = 49+38+30=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31261E is #CED9E1. Grayscale: #282828. Windows color (decimal): -13556194 or 1975857. OLE color: 1975857.
HSL color Cylindrical-coordinate representation of color #31261E: hue angle of 25.26º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #31261E is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 38 | 30 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.81 |
| HSL | 25.26º | 0.24% | 0.15% | - |
| HSV(B) | 25.26º | 0.39% | 0.19% | - |
| XYZ | 2.19 | 2.13 | 1.52 | - |
| YUV | 40.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 30 | 0 | 0.22 | 0.39 | 0.81 | 25.26 | 0.24 | 0.15 |
| Hex | 31 | 26 | 1E | 0 | 16 | 27 | 51 | 19 | 18 | F |
| Octal | 61 | 46 | 36 | 0 | 26 | 47 | 121 | 31 | 30 | 17 |
| Binary | 110001 | 100110 | 11110 | 0 | 10110 | 100111 | 1010001 | 11001 | 11000 | 1111 |
Color Harmonies of #31261E
Complementary color
Monochromatic Colors of #31261E
Black with #31261E
Text Example
Text Example
White with #31261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31261E; }
p { color: rgb(49,38,30); }
H1.HeaderClassName
{
color: #31261E;
}
.AnyTagClassName
{
color: #31261E;
}
</style>
background-color css
<style>
a { background-color: #31261E; }
a { background-color: rgb(49,38,30); }
div.DivClassName
{
background-color: #31261E;
}
.BgClassName
{
background-color: #31261E;
}
</style>
border-color css
<style>
span { border-color: #31261E; }
span { border-color: rgb(49,38,30); }
td.TdClassName
{
border-color: #31261E;
}
.TagClassName
{
border-color: #31261E;
}
</style>