Shades of Burnt Umber #8D341A
Tints of Burnt Umber #8D341A
RGB
CMYK
RGB Variations
Color information
#8D341A (or 0x8D341A) is known color: Burnt Umber. HEX triplet: 8D, 34 and 1A. RGB value is (141,52,26). Sum of RGB (Red+Green+Blue) = 141+52+26=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D341A is #72CBE5. Grayscale: #4B4B4B. Windows color (decimal): -7523302 or 1717389. OLE color: 1717389.
HSL color Cylindrical-coordinate representation of color #8D341A: hue angle of 13.57º 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 #8D341A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 26 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.45 |
| HSL | 13.57º | 0.69% | 0.33% | - |
| HSV(B) | 13.57º | 0.82% | 0.55% | - |
| XYZ | 12.4 | 8.19 | 1.91 | - |
| YUV | 75.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 26 | 0 | 0.63 | 0.82 | 0.45 | 13.57 | 0.69 | 0.33 |
| Hex | 8D | 34 | 1A | 0 | 3F | 52 | 2D | E | 45 | 21 |
| Octal | 215 | 64 | 32 | 0 | 77 | 122 | 55 | 16 | 105 | 41 |
| Binary | 10001101 | 110100 | 11010 | 0 | 111111 | 1010010 | 101101 | 1110 | 1000101 | 100001 |
Color Harmonies of #8D341A
Complementary color
Monochromatic Colors of #8D341A
Black with #8D341A
Text Example
Text Example
White with #8D341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D341A; }
p { color: rgb(141,52,26); }
H1.HeaderClassName
{
color: #8D341A;
}
.AnyTagClassName
{
color: #8D341A;
}
</style>
background-color css
<style>
a { background-color: #8D341A; }
a { background-color: rgb(141,52,26); }
div.DivClassName
{
background-color: #8D341A;
}
.BgClassName
{
background-color: #8D341A;
}
</style>
border-color css
<style>
span { border-color: #8D341A; }
span { border-color: rgb(141,52,26); }
td.TdClassName
{
border-color: #8D341A;
}
.TagClassName
{
border-color: #8D341A;
}
</style>