Shades of Burnt Umber #8D280B
Tints of Burnt Umber #8D280B
RGB
CMYK
RGB Variations
Color information
#8D280B (or 0x8D280B) is known color: Burnt Umber. HEX triplet: 8D, 28 and 0B. RGB value is (141,40,11). Sum of RGB (Red+Green+Blue) = 141+40+11=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D280B is #72D7F4. Grayscale: #434343. Windows color (decimal): -7526389 or 731277. OLE color: 731277.
HSL color Cylindrical-coordinate representation of color #8D280B: hue angle of 13.38º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D280B is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 11 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.45 |
| HSL | 13.38º | 0.86% | 0.3% | - |
| HSV(B) | 13.38º | 0.92% | 0.55% | - |
| XYZ | 11.8 | 7.2 | 1.09 | - |
| YUV | 66.89 | 96.46 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 11 | 0 | 0.72 | 0.92 | 0.45 | 13.38 | 0.86 | 0.3 |
| Hex | 8D | 28 | B | 0 | 48 | 5C | 2D | D | 56 | 1E |
| Octal | 215 | 50 | 13 | 0 | 110 | 134 | 55 | 15 | 126 | 36 |
| Binary | 10001101 | 101000 | 1011 | 0 | 1001000 | 1011100 | 101101 | 1101 | 1010110 | 11110 |
Color Harmonies of #8D280B
Complementary color
Monochromatic Colors of #8D280B
Black with #8D280B
Text Example
Text Example
White with #8D280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D280B; }
p { color: rgb(141,40,11); }
H1.HeaderClassName
{
color: #8D280B;
}
.AnyTagClassName
{
color: #8D280B;
}
</style>
background-color css
<style>
a { background-color: #8D280B; }
a { background-color: rgb(141,40,11); }
div.DivClassName
{
background-color: #8D280B;
}
.BgClassName
{
background-color: #8D280B;
}
</style>
border-color css
<style>
span { border-color: #8D280B; }
span { border-color: rgb(141,40,11); }
td.TdClassName
{
border-color: #8D280B;
}
.TagClassName
{
border-color: #8D280B;
}
</style>