Shades of Burnt Umber #8F2805
Tints of Burnt Umber #8F2805
RGB
CMYK
RGB Variations
Color information
#8F2805 (or 0x8F2805) is known color: Burnt Umber. HEX triplet: 8F, 28 and 05. RGB value is (143,40,5). Sum of RGB (Red+Green+Blue) = 143+40+5=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2805 is #70D7FA. Grayscale: #434343. Windows color (decimal): -7395323 or 338063. OLE color: 338063.
HSL color Cylindrical-coordinate representation of color #8F2805: hue angle of 15.22º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F2805 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.44 |
| HSL | 15.22º | 0.93% | 0.29% | - |
| HSV(B) | 15.22º | 0.97% | 0.56% | - |
| XYZ | 12.11 | 7.37 | 0.93 | - |
| YUV | 66.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 5 | 0 | 0.72 | 0.97 | 0.44 | 15.22 | 0.93 | 0.29 |
| Hex | 8F | 28 | 5 | 0 | 48 | 61 | 2C | F | 5D | 1D |
| Octal | 217 | 50 | 5 | 0 | 110 | 141 | 54 | 17 | 135 | 35 |
| Binary | 10001111 | 101000 | 101 | 0 | 1001000 | 1100001 | 101100 | 1111 | 1011101 | 11101 |
Color Harmonies of #8F2805
Complementary color
Monochromatic Colors of #8F2805
Black with #8F2805
Text Example
Text Example
White with #8F2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2805; }
p { color: rgb(143,40,5); }
H1.HeaderClassName
{
color: #8F2805;
}
.AnyTagClassName
{
color: #8F2805;
}
</style>
background-color css
<style>
a { background-color: #8F2805; }
a { background-color: rgb(143,40,5); }
div.DivClassName
{
background-color: #8F2805;
}
.BgClassName
{
background-color: #8F2805;
}
</style>
border-color css
<style>
span { border-color: #8F2805; }
span { border-color: rgb(143,40,5); }
td.TdClassName
{
border-color: #8F2805;
}
.TagClassName
{
border-color: #8F2805;
}
</style>