Shades of Burnt Umber #8F2F24
Tints of Burnt Umber #8F2F24
RGB
CMYK
RGB Variations
Color information
#8F2F24 (or 0x8F2F24) is known color: Burnt Umber. HEX triplet: 8F, 2F and 24. RGB value is (143,47,36). Sum of RGB (Red+Green+Blue) = 143+47+36=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F24 is #70D0DB. Grayscale: #4A4A4A. Windows color (decimal): -7393500 or 2371471. OLE color: 2371471.
HSL color Cylindrical-coordinate representation of color #8F2F24: hue angle of 6.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2F24 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 47 | 36 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.44 |
| HSL | 6.17º | 0.6% | 0.35% | - |
| HSV(B) | 6.17º | 0.75% | 0.56% | - |
| XYZ | 12.66 | 8 | 2.55 | - |
| YUV | 74.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 36 | 0 | 0.67 | 0.75 | 0.44 | 6.17 | 0.6 | 0.35 |
| Hex | 8F | 2F | 24 | 0 | 43 | 4B | 2C | 6 | 3C | 23 |
| Octal | 217 | 57 | 44 | 0 | 103 | 113 | 54 | 6 | 74 | 43 |
| Binary | 10001111 | 101111 | 100100 | 0 | 1000011 | 1001011 | 101100 | 110 | 111100 | 100011 |
Color Harmonies of #8F2F24
Complementary color
Monochromatic Colors of #8F2F24
Black with #8F2F24
Text Example
Text Example
White with #8F2F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2F24; }
p { color: rgb(143,47,36); }
H1.HeaderClassName
{
color: #8F2F24;
}
.AnyTagClassName
{
color: #8F2F24;
}
</style>
background-color css
<style>
a { background-color: #8F2F24; }
a { background-color: rgb(143,47,36); }
div.DivClassName
{
background-color: #8F2F24;
}
.BgClassName
{
background-color: #8F2F24;
}
</style>
border-color css
<style>
span { border-color: #8F2F24; }
span { border-color: rgb(143,47,36); }
td.TdClassName
{
border-color: #8F2F24;
}
.TagClassName
{
border-color: #8F2F24;
}
</style>