Shades of Burnt Umber #8D3920
Tints of Burnt Umber #8D3920
RGB
CMYK
RGB Variations
Color information
#8D3920 (or 0x8D3920) is known color: Burnt Umber. HEX triplet: 8D, 39 and 20. RGB value is (141,57,32). Sum of RGB (Red+Green+Blue) = 141+57+32=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3920 is #72C6DF. Grayscale: #4F4F4F. Windows color (decimal): -7522016 or 2111885. OLE color: 2111885.
HSL color Cylindrical-coordinate representation of color #8D3920: hue angle of 13.76º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D3920 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 57 | 32 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.45 |
| HSL | 13.76º | 0.63% | 0.34% | - |
| HSV(B) | 13.76º | 0.77% | 0.55% | - |
| XYZ | 12.71 | 8.69 | 2.37 | - |
| YUV | 79.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 32 | 0 | 0.60 | 0.77 | 0.45 | 13.76 | 0.63 | 0.34 |
| Hex | 8D | 39 | 20 | 0 | 3C | 4D | 2D | E | 3F | 22 |
| Octal | 215 | 71 | 40 | 0 | 74 | 115 | 55 | 16 | 77 | 42 |
| Binary | 10001101 | 111001 | 100000 | 0 | 111100 | 1001101 | 101101 | 1110 | 111111 | 100010 |
Color Harmonies of #8D3920
Complementary color
Monochromatic Colors of #8D3920
Black with #8D3920
Text Example
Text Example
White with #8D3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3920; }
p { color: rgb(141,57,32); }
H1.HeaderClassName
{
color: #8D3920;
}
.AnyTagClassName
{
color: #8D3920;
}
</style>
background-color css
<style>
a { background-color: #8D3920; }
a { background-color: rgb(141,57,32); }
div.DivClassName
{
background-color: #8D3920;
}
.BgClassName
{
background-color: #8D3920;
}
</style>
border-color css
<style>
span { border-color: #8D3920; }
span { border-color: rgb(141,57,32); }
td.TdClassName
{
border-color: #8D3920;
}
.TagClassName
{
border-color: #8D3920;
}
</style>