Shades of Burnt Umber #8F2B14
Tints of Burnt Umber #8F2B14
RGB
CMYK
RGB Variations
Color information
#8F2B14 (or 0x8F2B14) is known color: Burnt Umber. HEX triplet: 8F, 2B and 14. RGB value is (143,43,20). Sum of RGB (Red+Green+Blue) = 143+43+20=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2B14 is #70D4EB. Grayscale: #464646. Windows color (decimal): -7394540 or 1321871. OLE color: 1321871.
HSL color Cylindrical-coordinate representation of color #8F2B14: hue angle of 11.22º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F2B14 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 20 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.44 |
| HSL | 11.22º | 0.75% | 0.32% | - |
| HSV(B) | 11.22º | 0.86% | 0.56% | - |
| XYZ | 12.32 | 7.62 | 1.48 | - |
| YUV | 70.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 20 | 0 | 0.70 | 0.86 | 0.44 | 11.22 | 0.75 | 0.32 |
| Hex | 8F | 2B | 14 | 0 | 46 | 56 | 2C | B | 4B | 20 |
| Octal | 217 | 53 | 24 | 0 | 106 | 126 | 54 | 13 | 113 | 40 |
| Binary | 10001111 | 101011 | 10100 | 0 | 1000110 | 1010110 | 101100 | 1011 | 1001011 | 100000 |
Color Harmonies of #8F2B14
Complementary color
Monochromatic Colors of #8F2B14
Black with #8F2B14
Text Example
Text Example
White with #8F2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B14; }
p { color: rgb(143,43,20); }
H1.HeaderClassName
{
color: #8F2B14;
}
.AnyTagClassName
{
color: #8F2B14;
}
</style>
background-color css
<style>
a { background-color: #8F2B14; }
a { background-color: rgb(143,43,20); }
div.DivClassName
{
background-color: #8F2B14;
}
.BgClassName
{
background-color: #8F2B14;
}
</style>
border-color css
<style>
span { border-color: #8F2B14; }
span { border-color: rgb(143,43,20); }
td.TdClassName
{
border-color: #8F2B14;
}
.TagClassName
{
border-color: #8F2B14;
}
</style>