Shades of Burnt Umber #8D2A1A
Tints of Burnt Umber #8D2A1A
RGB
CMYK
RGB Variations
Color information
#8D2A1A (or 0x8D2A1A) is known color: Burnt Umber. HEX triplet: 8D, 2A and 1A. RGB value is (141,42,26). Sum of RGB (Red+Green+Blue) = 141+42+26=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2A1A is #72D5E5. Grayscale: #454545. Windows color (decimal): -7525862 or 1714829. OLE color: 1714829.
HSL color Cylindrical-coordinate representation of color #8D2A1A: hue angle of 8.35º degrees, saturation: 0.69, 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 #8D2A1A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 42 | 26 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.45 |
| HSL | 8.35º | 0.69% | 0.33% | - |
| HSV(B) | 8.35º | 0.82% | 0.55% | - |
| XYZ | 12 | 7.39 | 1.77 | - |
| YUV | 69.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 26 | 0 | 0.70 | 0.82 | 0.45 | 8.35 | 0.69 | 0.33 |
| Hex | 8D | 2A | 1A | 0 | 46 | 52 | 2D | 8 | 45 | 21 |
| Octal | 215 | 52 | 32 | 0 | 106 | 122 | 55 | 10 | 105 | 41 |
| Binary | 10001101 | 101010 | 11010 | 0 | 1000110 | 1010010 | 101101 | 1000 | 1000101 | 100001 |
Color Harmonies of #8D2A1A
Complementary color
Monochromatic Colors of #8D2A1A
Black with #8D2A1A
Text Example
Text Example
White with #8D2A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2A1A; }
p { color: rgb(141,42,26); }
H1.HeaderClassName
{
color: #8D2A1A;
}
.AnyTagClassName
{
color: #8D2A1A;
}
</style>
background-color css
<style>
a { background-color: #8D2A1A; }
a { background-color: rgb(141,42,26); }
div.DivClassName
{
background-color: #8D2A1A;
}
.BgClassName
{
background-color: #8D2A1A;
}
</style>
border-color css
<style>
span { border-color: #8D2A1A; }
span { border-color: rgb(141,42,26); }
td.TdClassName
{
border-color: #8D2A1A;
}
.TagClassName
{
border-color: #8D2A1A;
}
</style>