Shades of Burnt Umber #8D3225
Tints of Burnt Umber #8D3225
RGB
CMYK
RGB Variations
Color information
#8D3225 (or 0x8D3225) is known color: Burnt Umber. HEX triplet: 8D, 32 and 25. RGB value is (141,50,37). Sum of RGB (Red+Green+Blue) = 141+50+37=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3225 is #72CDDA. Grayscale: #4B4B4B. Windows color (decimal): -7523803 or 2437773. OLE color: 2437773.
HSL color Cylindrical-coordinate representation of color #8D3225: hue angle of 7.5º degrees, saturation: 0.58, 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 #8D3225 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 37 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.45 |
| HSL | 7.5º | 0.58% | 0.35% | - |
| HSV(B) | 7.5º | 0.74% | 0.55% | - |
| XYZ | 12.46 | 8.08 | 2.65 | - |
| YUV | 75.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 37 | 0 | 0.65 | 0.74 | 0.45 | 7.5 | 0.58 | 0.35 |
| Hex | 8D | 32 | 25 | 0 | 41 | 4A | 2D | 8 | 3A | 23 |
| Octal | 215 | 62 | 45 | 0 | 101 | 112 | 55 | 10 | 72 | 43 |
| Binary | 10001101 | 110010 | 100101 | 0 | 1000001 | 1001010 | 101101 | 1000 | 111010 | 100011 |
Color Harmonies of #8D3225
Complementary color
Monochromatic Colors of #8D3225
Black with #8D3225
Text Example
Text Example
White with #8D3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3225; }
p { color: rgb(141,50,37); }
H1.HeaderClassName
{
color: #8D3225;
}
.AnyTagClassName
{
color: #8D3225;
}
</style>
background-color css
<style>
a { background-color: #8D3225; }
a { background-color: rgb(141,50,37); }
div.DivClassName
{
background-color: #8D3225;
}
.BgClassName
{
background-color: #8D3225;
}
</style>
border-color css
<style>
span { border-color: #8D3225; }
span { border-color: rgb(141,50,37); }
td.TdClassName
{
border-color: #8D3225;
}
.TagClassName
{
border-color: #8D3225;
}
</style>