Shades of Burnt Umber #8C2B17
Tints of Burnt Umber #8C2B17
RGB
CMYK
RGB Variations
Color information
#8C2B17 (or 0x8C2B17) is known color: Burnt Umber. HEX triplet: 8C, 2B and 17. RGB value is (140,43,23). Sum of RGB (Red+Green+Blue) = 140+43+23=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B17 is #73D4E8. Grayscale: #454545. Windows color (decimal): -7591145 or 1518476. OLE color: 1518476.
HSL color Cylindrical-coordinate representation of color #8C2B17: hue angle of 10.26º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C2B17 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 23 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.45 |
| HSL | 10.26º | 0.72% | 0.32% | - |
| HSV(B) | 10.26º | 0.84% | 0.55% | - |
| XYZ | 11.83 | 7.37 | 1.61 | - |
| YUV | 69.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 23 | 0 | 0.69 | 0.84 | 0.45 | 10.26 | 0.72 | 0.32 |
| Hex | 8C | 2B | 17 | 0 | 45 | 54 | 2D | A | 48 | 20 |
| Octal | 214 | 53 | 27 | 0 | 105 | 124 | 55 | 12 | 110 | 40 |
| Binary | 10001100 | 101011 | 10111 | 0 | 1000101 | 1010100 | 101101 | 1010 | 1001000 | 100000 |
Color Harmonies of #8C2B17
Complementary color
Monochromatic Colors of #8C2B17
Black with #8C2B17
Text Example
Text Example
White with #8C2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B17; }
p { color: rgb(140,43,23); }
H1.HeaderClassName
{
color: #8C2B17;
}
.AnyTagClassName
{
color: #8C2B17;
}
</style>
background-color css
<style>
a { background-color: #8C2B17; }
a { background-color: rgb(140,43,23); }
div.DivClassName
{
background-color: #8C2B17;
}
.BgClassName
{
background-color: #8C2B17;
}
</style>
border-color css
<style>
span { border-color: #8C2B17; }
span { border-color: rgb(140,43,23); }
td.TdClassName
{
border-color: #8C2B17;
}
.TagClassName
{
border-color: #8C2B17;
}
</style>