Shades of Burnt Umber #8D3524
Tints of Burnt Umber #8D3524
RGB
CMYK
RGB Variations
Color information
#8D3524 (or 0x8D3524) is known color: Burnt Umber. HEX triplet: 8D, 35 and 24. RGB value is (141,53,36). Sum of RGB (Red+Green+Blue) = 141+53+36=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3524 is #72CADB. Grayscale: #4D4D4D. Windows color (decimal): -7523036 or 2373005. OLE color: 2373005.
HSL color Cylindrical-coordinate representation of color #8D3524: hue angle of 9.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3524 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 36 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.45 |
| HSL | 9.71º | 0.59% | 0.35% | - |
| HSV(B) | 9.71º | 0.74% | 0.55% | - |
| XYZ | 12.58 | 8.34 | 2.62 | - |
| YUV | 77.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 36 | 0 | 0.62 | 0.74 | 0.45 | 9.71 | 0.59 | 0.35 |
| Hex | 8D | 35 | 24 | 0 | 3E | 4A | 2D | A | 3B | 23 |
| Octal | 215 | 65 | 44 | 0 | 76 | 112 | 55 | 12 | 73 | 43 |
| Binary | 10001101 | 110101 | 100100 | 0 | 111110 | 1001010 | 101101 | 1010 | 111011 | 100011 |
Color Harmonies of #8D3524
Complementary color
Monochromatic Colors of #8D3524
Black with #8D3524
Text Example
Text Example
White with #8D3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3524; }
p { color: rgb(141,53,36); }
H1.HeaderClassName
{
color: #8D3524;
}
.AnyTagClassName
{
color: #8D3524;
}
</style>
background-color css
<style>
a { background-color: #8D3524; }
a { background-color: rgb(141,53,36); }
div.DivClassName
{
background-color: #8D3524;
}
.BgClassName
{
background-color: #8D3524;
}
</style>
border-color css
<style>
span { border-color: #8D3524; }
span { border-color: rgb(141,53,36); }
td.TdClassName
{
border-color: #8D3524;
}
.TagClassName
{
border-color: #8D3524;
}
</style>