Shades of Burnt Umber #8C2E24
Tints of Burnt Umber #8C2E24
RGB
CMYK
RGB Variations
Color information
#8C2E24 (or 0x8C2E24) is known color: Burnt Umber. HEX triplet: 8C, 2E and 24. RGB value is (140,46,36). Sum of RGB (Red+Green+Blue) = 140+46+36=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E24 is #73D1DB. Grayscale: #494949. Windows color (decimal): -7590364 or 2371212. OLE color: 2371212.
HSL color Cylindrical-coordinate representation of color #8C2E24: hue angle of 5.77º degrees, saturation: 0.59, 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 #8C2E24 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 46 | 36 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.45 |
| HSL | 5.77º | 0.59% | 0.35% | - |
| HSV(B) | 5.77º | 0.74% | 0.55% | - |
| XYZ | 12.11 | 7.66 | 2.51 | - |
| YUV | 72.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 36 | 0 | 0.67 | 0.74 | 0.45 | 5.77 | 0.59 | 0.35 |
| Hex | 8C | 2E | 24 | 0 | 43 | 4A | 2D | 6 | 3B | 23 |
| Octal | 214 | 56 | 44 | 0 | 103 | 112 | 55 | 6 | 73 | 43 |
| Binary | 10001100 | 101110 | 100100 | 0 | 1000011 | 1001010 | 101101 | 110 | 111011 | 100011 |
Color Harmonies of #8C2E24
Complementary color
Monochromatic Colors of #8C2E24
Black with #8C2E24
Text Example
Text Example
White with #8C2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2E24; }
p { color: rgb(140,46,36); }
H1.HeaderClassName
{
color: #8C2E24;
}
.AnyTagClassName
{
color: #8C2E24;
}
</style>
background-color css
<style>
a { background-color: #8C2E24; }
a { background-color: rgb(140,46,36); }
div.DivClassName
{
background-color: #8C2E24;
}
.BgClassName
{
background-color: #8C2E24;
}
</style>
border-color css
<style>
span { border-color: #8C2E24; }
span { border-color: rgb(140,46,36); }
td.TdClassName
{
border-color: #8C2E24;
}
.TagClassName
{
border-color: #8C2E24;
}
</style>