Shades of Burnt Umber #8D351B
Tints of Burnt Umber #8D351B
RGB
CMYK
RGB Variations
Color information
#8D351B (or 0x8D351B) is known color: Burnt Umber. HEX triplet: 8D, 35 and 1B. RGB value is (141,53,27). Sum of RGB (Red+Green+Blue) = 141+53+27=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D351B is #72CAE4. Grayscale: #4C4C4C. Windows color (decimal): -7523045 or 1783181. OLE color: 1783181.
HSL color Cylindrical-coordinate representation of color #8D351B: hue angle of 13.68º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D351B is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 27 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.45 |
| HSL | 13.68º | 0.68% | 0.33% | - |
| HSV(B) | 13.68º | 0.81% | 0.55% | - |
| XYZ | 12.46 | 8.29 | 1.98 | - |
| YUV | 76.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 27 | 0 | 0.62 | 0.81 | 0.45 | 13.68 | 0.68 | 0.33 |
| Hex | 8D | 35 | 1B | 0 | 3E | 51 | 2D | E | 44 | 21 |
| Octal | 215 | 65 | 33 | 0 | 76 | 121 | 55 | 16 | 104 | 41 |
| Binary | 10001101 | 110101 | 11011 | 0 | 111110 | 1010001 | 101101 | 1110 | 1000100 | 100001 |
Color Harmonies of #8D351B
Complementary color
Monochromatic Colors of #8D351B
Black with #8D351B
Text Example
Text Example
White with #8D351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D351B; }
p { color: rgb(141,53,27); }
H1.HeaderClassName
{
color: #8D351B;
}
.AnyTagClassName
{
color: #8D351B;
}
</style>
background-color css
<style>
a { background-color: #8D351B; }
a { background-color: rgb(141,53,27); }
div.DivClassName
{
background-color: #8D351B;
}
.BgClassName
{
background-color: #8D351B;
}
</style>
border-color css
<style>
span { border-color: #8D351B; }
span { border-color: rgb(141,53,27); }
td.TdClassName
{
border-color: #8D351B;
}
.TagClassName
{
border-color: #8D351B;
}
</style>