Shades of Burnt Umber #8D2D19
Tints of Burnt Umber #8D2D19
RGB
CMYK
RGB Variations
Color information
#8D2D19 (or 0x8D2D19) is known color: Burnt Umber. HEX triplet: 8D, 2D and 19. RGB value is (141,45,25). Sum of RGB (Red+Green+Blue) = 141+45+25=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2D19 is #72D2E6. Grayscale: #474747. Windows color (decimal): -7525095 or 1650061. OLE color: 1650061.
HSL color Cylindrical-coordinate representation of color #8D2D19: hue angle of 10.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2D19 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 45 | 25 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.45 |
| HSL | 10.34º | 0.7% | 0.33% | - |
| HSV(B) | 10.34º | 0.82% | 0.55% | - |
| XYZ | 12.1 | 7.61 | 1.75 | - |
| YUV | 71.42 | 101.8 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 25 | 0 | 0.68 | 0.82 | 0.45 | 10.34 | 0.7 | 0.33 |
| Hex | 8D | 2D | 19 | 0 | 44 | 52 | 2D | A | 46 | 21 |
| Octal | 215 | 55 | 31 | 0 | 104 | 122 | 55 | 12 | 106 | 41 |
| Binary | 10001101 | 101101 | 11001 | 0 | 1000100 | 1010010 | 101101 | 1010 | 1000110 | 100001 |
Color Harmonies of #8D2D19
Complementary color
Monochromatic Colors of #8D2D19
Black with #8D2D19
Text Example
Text Example
White with #8D2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2D19; }
p { color: rgb(141,45,25); }
H1.HeaderClassName
{
color: #8D2D19;
}
.AnyTagClassName
{
color: #8D2D19;
}
</style>
background-color css
<style>
a { background-color: #8D2D19; }
a { background-color: rgb(141,45,25); }
div.DivClassName
{
background-color: #8D2D19;
}
.BgClassName
{
background-color: #8D2D19;
}
</style>
border-color css
<style>
span { border-color: #8D2D19; }
span { border-color: rgb(141,45,25); }
td.TdClassName
{
border-color: #8D2D19;
}
.TagClassName
{
border-color: #8D2D19;
}
</style>