Shades of Burnt Umber #8F3514
Tints of Burnt Umber #8F3514
RGB
CMYK
RGB Variations
Color information
#8F3514 (or 0x8F3514) is known color: Burnt Umber. HEX triplet: 8F, 35 and 14. RGB value is (143,53,20). Sum of RGB (Red+Green+Blue) = 143+53+20=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3514 is #70CAEB. Grayscale: #4C4C4C. Windows color (decimal): -7391980 or 1324431. OLE color: 1324431.
HSL color Cylindrical-coordinate representation of color #8F3514: hue angle of 16.1º 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 #8F3514 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 20 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.44 |
| HSL | 16.1º | 0.75% | 0.32% | - |
| HSV(B) | 16.1º | 0.86% | 0.56% | - |
| XYZ | 12.73 | 8.44 | 1.62 | - |
| YUV | 76.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 20 | 0 | 0.63 | 0.86 | 0.44 | 16.1 | 0.75 | 0.32 |
| Hex | 8F | 35 | 14 | 0 | 3F | 56 | 2C | 10 | 4B | 20 |
| Octal | 217 | 65 | 24 | 0 | 77 | 126 | 54 | 20 | 113 | 40 |
| Binary | 10001111 | 110101 | 10100 | 0 | 111111 | 1010110 | 101100 | 10000 | 1001011 | 100000 |
Color Harmonies of #8F3514
Complementary color
Monochromatic Colors of #8F3514
Black with #8F3514
Text Example
Text Example
White with #8F3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3514; }
p { color: rgb(143,53,20); }
H1.HeaderClassName
{
color: #8F3514;
}
.AnyTagClassName
{
color: #8F3514;
}
</style>
background-color css
<style>
a { background-color: #8F3514; }
a { background-color: rgb(143,53,20); }
div.DivClassName
{
background-color: #8F3514;
}
.BgClassName
{
background-color: #8F3514;
}
</style>
border-color css
<style>
span { border-color: #8F3514; }
span { border-color: rgb(143,53,20); }
td.TdClassName
{
border-color: #8F3514;
}
.TagClassName
{
border-color: #8F3514;
}
</style>