Shades of Burnt Umber #8C2D21
Tints of Burnt Umber #8C2D21
RGB
CMYK
RGB Variations
Color information
#8C2D21 (or 0x8C2D21) is known color: Burnt Umber. HEX triplet: 8C, 2D and 21. RGB value is (140,45,33). Sum of RGB (Red+Green+Blue) = 140+45+33=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D21 is #73D2DE. Grayscale: #484848. Windows color (decimal): -7590623 or 2174348. OLE color: 2174348.
HSL color Cylindrical-coordinate representation of color #8C2D21: hue angle of 6.73º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2D21 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 33 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.45 |
| HSL | 6.73º | 0.62% | 0.34% | - |
| HSV(B) | 6.73º | 0.76% | 0.55% | - |
| XYZ | 12.03 | 7.56 | 2.26 | - |
| YUV | 72.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 33 | 0 | 0.68 | 0.76 | 0.45 | 6.73 | 0.62 | 0.34 |
| Hex | 8C | 2D | 21 | 0 | 44 | 4C | 2D | 7 | 3E | 22 |
| Octal | 214 | 55 | 41 | 0 | 104 | 114 | 55 | 7 | 76 | 42 |
| Binary | 10001100 | 101101 | 100001 | 0 | 1000100 | 1001100 | 101101 | 111 | 111110 | 100010 |
Color Harmonies of #8C2D21
Complementary color
Monochromatic Colors of #8C2D21
Black with #8C2D21
Text Example
Text Example
White with #8C2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D21; }
p { color: rgb(140,45,33); }
H1.HeaderClassName
{
color: #8C2D21;
}
.AnyTagClassName
{
color: #8C2D21;
}
</style>
background-color css
<style>
a { background-color: #8C2D21; }
a { background-color: rgb(140,45,33); }
div.DivClassName
{
background-color: #8C2D21;
}
.BgClassName
{
background-color: #8C2D21;
}
</style>
border-color css
<style>
span { border-color: #8C2D21; }
span { border-color: rgb(140,45,33); }
td.TdClassName
{
border-color: #8C2D21;
}
.TagClassName
{
border-color: #8C2D21;
}
</style>