Shades of Burnt Umber #8D3015
Tints of Burnt Umber #8D3015
RGB
CMYK
RGB Variations
Color information
#8D3015 (or 0x8D3015) is known color: Burnt Umber. HEX triplet: 8D, 30 and 15. RGB value is (141,48,21). Sum of RGB (Red+Green+Blue) = 141+48+21=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3015 is #72CFEA. Grayscale: #484848. Windows color (decimal): -7524331 or 1388685. OLE color: 1388685.
HSL color Cylindrical-coordinate representation of color #8D3015: hue angle of 13.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D3015 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 21 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.45 |
| HSL | 13.5º | 0.74% | 0.32% | - |
| HSV(B) | 13.5º | 0.85% | 0.55% | - |
| XYZ | 12.18 | 7.83 | 1.58 | - |
| YUV | 72.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 21 | 0 | 0.66 | 0.85 | 0.45 | 13.5 | 0.74 | 0.32 |
| Hex | 8D | 30 | 15 | 0 | 42 | 55 | 2D | E | 4A | 20 |
| Octal | 215 | 60 | 25 | 0 | 102 | 125 | 55 | 16 | 112 | 40 |
| Binary | 10001101 | 110000 | 10101 | 0 | 1000010 | 1010101 | 101101 | 1110 | 1001010 | 100000 |
Color Harmonies of #8D3015
Complementary color
Monochromatic Colors of #8D3015
Black with #8D3015
Text Example
Text Example
White with #8D3015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3015; }
p { color: rgb(141,48,21); }
H1.HeaderClassName
{
color: #8D3015;
}
.AnyTagClassName
{
color: #8D3015;
}
</style>
background-color css
<style>
a { background-color: #8D3015; }
a { background-color: rgb(141,48,21); }
div.DivClassName
{
background-color: #8D3015;
}
.BgClassName
{
background-color: #8D3015;
}
</style>
border-color css
<style>
span { border-color: #8D3015; }
span { border-color: rgb(141,48,21); }
td.TdClassName
{
border-color: #8D3015;
}
.TagClassName
{
border-color: #8D3015;
}
</style>