Shades of Burnt Umber #8D351D
Tints of Burnt Umber #8D351D
RGB
CMYK
RGB Variations
Color information
#8D351D (or 0x8D351D) is known color: Burnt Umber. HEX triplet: 8D, 35 and 1D. RGB value is (141,53,29). Sum of RGB (Red+Green+Blue) = 141+53+29=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D351D is #72CAE2. Grayscale: #4C4C4C. Windows color (decimal): -7523043 or 1914253. OLE color: 1914253.
HSL color Cylindrical-coordinate representation of color #8D351D: hue angle of 12.86º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D351D is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 29 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.45 |
| HSL | 12.86º | 0.66% | 0.33% | - |
| HSV(B) | 12.86º | 0.79% | 0.55% | - |
| XYZ | 12.48 | 8.3 | 2.11 | - |
| YUV | 76.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 29 | 0 | 0.62 | 0.79 | 0.45 | 12.86 | 0.66 | 0.33 |
| Hex | 8D | 35 | 1D | 0 | 3E | 4F | 2D | D | 42 | 21 |
| Octal | 215 | 65 | 35 | 0 | 76 | 117 | 55 | 15 | 102 | 41 |
| Binary | 10001101 | 110101 | 11101 | 0 | 111110 | 1001111 | 101101 | 1101 | 1000010 | 100001 |
Color Harmonies of #8D351D
Complementary color
Monochromatic Colors of #8D351D
Black with #8D351D
Text Example
Text Example
White with #8D351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D351D; }
p { color: rgb(141,53,29); }
H1.HeaderClassName
{
color: #8D351D;
}
.AnyTagClassName
{
color: #8D351D;
}
</style>
background-color css
<style>
a { background-color: #8D351D; }
a { background-color: rgb(141,53,29); }
div.DivClassName
{
background-color: #8D351D;
}
.BgClassName
{
background-color: #8D351D;
}
</style>
border-color css
<style>
span { border-color: #8D351D; }
span { border-color: rgb(141,53,29); }
td.TdClassName
{
border-color: #8D351D;
}
.TagClassName
{
border-color: #8D351D;
}
</style>