Shades of Burnt Umber #8D332A
Tints of Burnt Umber #8D332A
RGB
CMYK
RGB Variations
Color information
#8D332A (or 0x8D332A) is known color: Burnt Umber. HEX triplet: 8D, 33 and 2A. RGB value is (141,51,42). Sum of RGB (Red+Green+Blue) = 141+51+42=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D332A is #72CCD5. Grayscale: #4D4D4D. Windows color (decimal): -7523542 or 2765709. OLE color: 2765709.
HSL color Cylindrical-coordinate representation of color #8D332A: hue angle of 5.45º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D332A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 42 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.45 |
| HSL | 5.45º | 0.54% | 0.36% | - |
| HSV(B) | 5.45º | 0.7% | 0.55% | - |
| XYZ | 12.59 | 8.2 | 3.11 | - |
| YUV | 76.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 42 | 0 | 0.64 | 0.70 | 0.45 | 5.45 | 0.54 | 0.36 |
| Hex | 8D | 33 | 2A | 0 | 40 | 46 | 2D | 5 | 36 | 24 |
| Octal | 215 | 63 | 52 | 0 | 100 | 106 | 55 | 5 | 66 | 44 |
| Binary | 10001101 | 110011 | 101010 | 0 | 1000000 | 1000110 | 101101 | 101 | 110110 | 100100 |
Color Harmonies of #8D332A
Complementary color
Monochromatic Colors of #8D332A
Black with #8D332A
Text Example
Text Example
White with #8D332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D332A; }
p { color: rgb(141,51,42); }
H1.HeaderClassName
{
color: #8D332A;
}
.AnyTagClassName
{
color: #8D332A;
}
</style>
background-color css
<style>
a { background-color: #8D332A; }
a { background-color: rgb(141,51,42); }
div.DivClassName
{
background-color: #8D332A;
}
.BgClassName
{
background-color: #8D332A;
}
</style>
border-color css
<style>
span { border-color: #8D332A; }
span { border-color: rgb(141,51,42); }
td.TdClassName
{
border-color: #8D332A;
}
.TagClassName
{
border-color: #8D332A;
}
</style>