Shades of Cocoa Brown #31271C
Tints of Cocoa Brown #31271C
RGB
CMYK
RGB Variations
Color information
#31271C (or 0x31271C) is known color: Cocoa Brown. HEX triplet: 31, 27 and 1C. RGB value is (49,39,28). Sum of RGB (Red+Green+Blue) = 49+39+28=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31271C is #CED8E3. Grayscale: #282828. Windows color (decimal): -13555940 or 1845041. OLE color: 1845041.
HSL color Cylindrical-coordinate representation of color #31271C: hue angle of 31.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31271C is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 39 | 28 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.81 |
| HSL | 31.43º | 0.27% | 0.15% | - |
| HSV(B) | 31.43º | 0.43% | 0.19% | - |
| XYZ | 2.2 | 2.19 | 1.4 | - |
| YUV | 40.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 28 | 0 | 0.20 | 0.43 | 0.81 | 31.43 | 0.27 | 0.15 |
| Hex | 31 | 27 | 1C | 0 | 14 | 2B | 51 | 1F | 1B | F |
| Octal | 61 | 47 | 34 | 0 | 24 | 53 | 121 | 37 | 33 | 17 |
| Binary | 110001 | 100111 | 11100 | 0 | 10100 | 101011 | 1010001 | 11111 | 11011 | 1111 |
Color Harmonies of #31271C
Complementary color
Monochromatic Colors of #31271C
Black with #31271C
Text Example
Text Example
White with #31271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31271C; }
p { color: rgb(49,39,28); }
H1.HeaderClassName
{
color: #31271C;
}
.AnyTagClassName
{
color: #31271C;
}
</style>
background-color css
<style>
a { background-color: #31271C; }
a { background-color: rgb(49,39,28); }
div.DivClassName
{
background-color: #31271C;
}
.BgClassName
{
background-color: #31271C;
}
</style>
border-color css
<style>
span { border-color: #31271C; }
span { border-color: rgb(49,39,28); }
td.TdClassName
{
border-color: #31271C;
}
.TagClassName
{
border-color: #31271C;
}
</style>