Shades of Burnt Umber #8D3A1A
Tints of Burnt Umber #8D3A1A
RGB
CMYK
RGB Variations
Color information
#8D3A1A (or 0x8D3A1A) is known color: Burnt Umber. HEX triplet: 8D, 3A and 1A. RGB value is (141,58,26). Sum of RGB (Red+Green+Blue) = 141+58+26=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A1A is #72C5E5. Grayscale: #4F4F4F. Windows color (decimal): -7521766 or 1718925. OLE color: 1718925.
HSL color Cylindrical-coordinate representation of color #8D3A1A: hue angle of 16.7º 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 #8D3A1A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 26 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.45 |
| HSL | 16.7º | 0.69% | 0.33% | - |
| HSV(B) | 16.7º | 0.82% | 0.55% | - |
| XYZ | 12.68 | 8.76 | 2 | - |
| YUV | 79.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 26 | 0 | 0.59 | 0.82 | 0.45 | 16.7 | 0.69 | 0.33 |
| Hex | 8D | 3A | 1A | 0 | 3B | 52 | 2D | 11 | 45 | 21 |
| Octal | 215 | 72 | 32 | 0 | 73 | 122 | 55 | 21 | 105 | 41 |
| Binary | 10001101 | 111010 | 11010 | 0 | 111011 | 1010010 | 101101 | 10001 | 1000101 | 100001 |
Color Harmonies of #8D3A1A
Complementary color
Monochromatic Colors of #8D3A1A
Black with #8D3A1A
Text Example
Text Example
White with #8D3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A1A; }
p { color: rgb(141,58,26); }
H1.HeaderClassName
{
color: #8D3A1A;
}
.AnyTagClassName
{
color: #8D3A1A;
}
</style>
background-color css
<style>
a { background-color: #8D3A1A; }
a { background-color: rgb(141,58,26); }
div.DivClassName
{
background-color: #8D3A1A;
}
.BgClassName
{
background-color: #8D3A1A;
}
</style>
border-color css
<style>
span { border-color: #8D3A1A; }
span { border-color: rgb(141,58,26); }
td.TdClassName
{
border-color: #8D3A1A;
}
.TagClassName
{
border-color: #8D3A1A;
}
</style>