Shades of Burnt Umber #8F2C15
Tints of Burnt Umber #8F2C15
RGB
CMYK
RGB Variations
Color information
#8F2C15 (or 0x8F2C15) is known color: Burnt Umber. HEX triplet: 8F, 2C and 15. RGB value is (143,44,21). Sum of RGB (Red+Green+Blue) = 143+44+21=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2C15 is #70D3EA. Grayscale: #474747. Windows color (decimal): -7394283 or 1387663. OLE color: 1387663.
HSL color Cylindrical-coordinate representation of color #8F2C15: hue angle of 11.31º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F2C15 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 44 | 21 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.44 |
| HSL | 11.31º | 0.74% | 0.32% | - |
| HSV(B) | 11.31º | 0.85% | 0.56% | - |
| XYZ | 12.36 | 7.7 | 1.54 | - |
| YUV | 70.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 21 | 0 | 0.69 | 0.85 | 0.44 | 11.31 | 0.74 | 0.32 |
| Hex | 8F | 2C | 15 | 0 | 45 | 55 | 2C | B | 4A | 20 |
| Octal | 217 | 54 | 25 | 0 | 105 | 125 | 54 | 13 | 112 | 40 |
| Binary | 10001111 | 101100 | 10101 | 0 | 1000101 | 1010101 | 101100 | 1011 | 1001010 | 100000 |
Color Harmonies of #8F2C15
Complementary color
Monochromatic Colors of #8F2C15
Black with #8F2C15
Text Example
Text Example
White with #8F2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2C15; }
p { color: rgb(143,44,21); }
H1.HeaderClassName
{
color: #8F2C15;
}
.AnyTagClassName
{
color: #8F2C15;
}
</style>
background-color css
<style>
a { background-color: #8F2C15; }
a { background-color: rgb(143,44,21); }
div.DivClassName
{
background-color: #8F2C15;
}
.BgClassName
{
background-color: #8F2C15;
}
</style>
border-color css
<style>
span { border-color: #8F2C15; }
span { border-color: rgb(143,44,21); }
td.TdClassName
{
border-color: #8F2C15;
}
.TagClassName
{
border-color: #8F2C15;
}
</style>