Shades of Burnt Umber #8F3311
Tints of Burnt Umber #8F3311
RGB
CMYK
RGB Variations
Color information
#8F3311 (or 0x8F3311) is known color: Burnt Umber. HEX triplet: 8F, 33 and 11. RGB value is (143,51,17). Sum of RGB (Red+Green+Blue) = 143+51+17=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3311 is #70CCEE. Grayscale: #4A4A4A. Windows color (decimal): -7392495 or 1127311. OLE color: 1127311.
HSL color Cylindrical-coordinate representation of color #8F3311: hue angle of 16.19º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F3311 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 17 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.44 |
| HSL | 16.19º | 0.79% | 0.31% | - |
| HSV(B) | 16.19º | 0.88% | 0.56% | - |
| XYZ | 12.61 | 8.25 | 1.46 | - |
| YUV | 74.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 17 | 0 | 0.64 | 0.88 | 0.44 | 16.19 | 0.79 | 0.31 |
| Hex | 8F | 33 | 11 | 0 | 40 | 58 | 2C | 10 | 4F | 1F |
| Octal | 217 | 63 | 21 | 0 | 100 | 130 | 54 | 20 | 117 | 37 |
| Binary | 10001111 | 110011 | 10001 | 0 | 1000000 | 1011000 | 101100 | 10000 | 1001111 | 11111 |
Color Harmonies of #8F3311
Complementary color
Monochromatic Colors of #8F3311
Black with #8F3311
Text Example
Text Example
White with #8F3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3311; }
p { color: rgb(143,51,17); }
H1.HeaderClassName
{
color: #8F3311;
}
.AnyTagClassName
{
color: #8F3311;
}
</style>
background-color css
<style>
a { background-color: #8F3311; }
a { background-color: rgb(143,51,17); }
div.DivClassName
{
background-color: #8F3311;
}
.BgClassName
{
background-color: #8F3311;
}
</style>
border-color css
<style>
span { border-color: #8F3311; }
span { border-color: rgb(143,51,17); }
td.TdClassName
{
border-color: #8F3311;
}
.TagClassName
{
border-color: #8F3311;
}
</style>