Shades of Cocoa Brown #31220F
Tints of Cocoa Brown #31220F
RGB
CMYK
RGB Variations
Color information
#31220F (or 0x31220F) is known color: Cocoa Brown. HEX triplet: 31, 22 and 0F. RGB value is (49,34,15). Sum of RGB (Red+Green+Blue) = 49+34+15=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220F is #CEDDF0. Grayscale: #242424. Windows color (decimal): -13557233 or 991793. OLE color: 991793.
HSL color Cylindrical-coordinate representation of color #31220F: hue angle of 33.53º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31220F is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 15 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.81 |
| HSL | 33.53º | 0.53% | 0.13% | - |
| HSV(B) | 33.53º | 0.69% | 0.19% | - |
| XYZ | 1.92 | 1.83 | 0.7 | - |
| YUV | 36.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 15 | 0 | 0.31 | 0.69 | 0.81 | 33.53 | 0.53 | 0.13 |
| Hex | 31 | 22 | F | 0 | 1F | 45 | 51 | 22 | 35 | D |
| Octal | 61 | 42 | 17 | 0 | 37 | 105 | 121 | 42 | 65 | 15 |
| Binary | 110001 | 100010 | 1111 | 0 | 11111 | 1000101 | 1010001 | 100010 | 110101 | 1101 |
Color Harmonies of #31220F
Complementary color
Monochromatic Colors of #31220F
Black with #31220F
Text Example
Text Example
White with #31220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31220F; }
p { color: rgb(49,34,15); }
H1.HeaderClassName
{
color: #31220F;
}
.AnyTagClassName
{
color: #31220F;
}
</style>
background-color css
<style>
a { background-color: #31220F; }
a { background-color: rgb(49,34,15); }
div.DivClassName
{
background-color: #31220F;
}
.BgClassName
{
background-color: #31220F;
}
</style>
border-color css
<style>
span { border-color: #31220F; }
span { border-color: rgb(49,34,15); }
td.TdClassName
{
border-color: #31220F;
}
.TagClassName
{
border-color: #31220F;
}
</style>