Shades of Burnt Umber #8D2805
Tints of Burnt Umber #8D2805
RGB
CMYK
RGB Variations
Color information
#8D2805 (or 0x8D2805) is known color: Burnt Umber. HEX triplet: 8D, 28 and 05. RGB value is (141,40,5). Sum of RGB (Red+Green+Blue) = 141+40+5=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2805 is #72D7FA. Grayscale: #424242. Windows color (decimal): -7526395 or 338061. OLE color: 338061.
HSL color Cylindrical-coordinate representation of color #8D2805: hue angle of 15.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D2805 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 5 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.45 |
| HSL | 15.44º | 0.93% | 0.29% | - |
| HSV(B) | 15.44º | 0.96% | 0.55% | - |
| XYZ | 11.77 | 7.19 | 0.91 | - |
| YUV | 66.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 5 | 0 | 0.72 | 0.96 | 0.45 | 15.44 | 0.93 | 0.29 |
| Hex | 8D | 28 | 5 | 0 | 48 | 60 | 2D | F | 5D | 1D |
| Octal | 215 | 50 | 5 | 0 | 110 | 140 | 55 | 17 | 135 | 35 |
| Binary | 10001101 | 101000 | 101 | 0 | 1001000 | 1100000 | 101101 | 1111 | 1011101 | 11101 |
Color Harmonies of #8D2805
Complementary color
Monochromatic Colors of #8D2805
Black with #8D2805
Text Example
Text Example
White with #8D2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2805; }
p { color: rgb(141,40,5); }
H1.HeaderClassName
{
color: #8D2805;
}
.AnyTagClassName
{
color: #8D2805;
}
</style>
background-color css
<style>
a { background-color: #8D2805; }
a { background-color: rgb(141,40,5); }
div.DivClassName
{
background-color: #8D2805;
}
.BgClassName
{
background-color: #8D2805;
}
</style>
border-color css
<style>
span { border-color: #8D2805; }
span { border-color: rgb(141,40,5); }
td.TdClassName
{
border-color: #8D2805;
}
.TagClassName
{
border-color: #8D2805;
}
</style>