Shades of Burnt Umber #8D3426
Tints of Burnt Umber #8D3426
RGB
CMYK
RGB Variations
Color information
#8D3426 (or 0x8D3426) is known color: Burnt Umber. HEX triplet: 8D, 34 and 26. RGB value is (141,52,38). Sum of RGB (Red+Green+Blue) = 141+52+38=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3426 is #72CBD9. Grayscale: #4D4D4D. Windows color (decimal): -7523290 or 2503821. OLE color: 2503821.
HSL color Cylindrical-coordinate representation of color #8D3426: hue angle of 8.16º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D3426 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 38 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.45 |
| HSL | 8.16º | 0.58% | 0.35% | - |
| HSV(B) | 8.16º | 0.73% | 0.55% | - |
| XYZ | 12.56 | 8.26 | 2.77 | - |
| YUV | 77.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 38 | 0 | 0.63 | 0.73 | 0.45 | 8.16 | 0.58 | 0.35 |
| Hex | 8D | 34 | 26 | 0 | 3F | 49 | 2D | 8 | 3A | 23 |
| Octal | 215 | 64 | 46 | 0 | 77 | 111 | 55 | 10 | 72 | 43 |
| Binary | 10001101 | 110100 | 100110 | 0 | 111111 | 1001001 | 101101 | 1000 | 111010 | 100011 |
Color Harmonies of #8D3426
Complementary color
Monochromatic Colors of #8D3426
Black with #8D3426
Text Example
Text Example
White with #8D3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3426; }
p { color: rgb(141,52,38); }
H1.HeaderClassName
{
color: #8D3426;
}
.AnyTagClassName
{
color: #8D3426;
}
</style>
background-color css
<style>
a { background-color: #8D3426; }
a { background-color: rgb(141,52,38); }
div.DivClassName
{
background-color: #8D3426;
}
.BgClassName
{
background-color: #8D3426;
}
</style>
border-color css
<style>
span { border-color: #8D3426; }
span { border-color: rgb(141,52,38); }
td.TdClassName
{
border-color: #8D3426;
}
.TagClassName
{
border-color: #8D3426;
}
</style>