Shades of Burnt Umber #8C2B1D
Tints of Burnt Umber #8C2B1D
RGB
CMYK
RGB Variations
Color information
#8C2B1D (or 0x8C2B1D) is known color: Burnt Umber. HEX triplet: 8C, 2B and 1D. RGB value is (140,43,29). Sum of RGB (Red+Green+Blue) = 140+43+29=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B1D is #73D4E2. Grayscale: #464646. Windows color (decimal): -7591139 or 1911692. OLE color: 1911692.
HSL color Cylindrical-coordinate representation of color #8C2B1D: hue angle of 7.57º 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 #8C2B1D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 29 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.45 |
| HSL | 7.57º | 0.66% | 0.33% | - |
| HSV(B) | 7.57º | 0.79% | 0.55% | - |
| XYZ | 11.9 | 7.39 | 1.96 | - |
| YUV | 70.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 29 | 0 | 0.69 | 0.79 | 0.45 | 7.57 | 0.66 | 0.33 |
| Hex | 8C | 2B | 1D | 0 | 45 | 4F | 2D | 8 | 42 | 21 |
| Octal | 214 | 53 | 35 | 0 | 105 | 117 | 55 | 10 | 102 | 41 |
| Binary | 10001100 | 101011 | 11101 | 0 | 1000101 | 1001111 | 101101 | 1000 | 1000010 | 100001 |
Color Harmonies of #8C2B1D
Complementary color
Monochromatic Colors of #8C2B1D
Black with #8C2B1D
Text Example
Text Example
White with #8C2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B1D; }
p { color: rgb(140,43,29); }
H1.HeaderClassName
{
color: #8C2B1D;
}
.AnyTagClassName
{
color: #8C2B1D;
}
</style>
background-color css
<style>
a { background-color: #8C2B1D; }
a { background-color: rgb(140,43,29); }
div.DivClassName
{
background-color: #8C2B1D;
}
.BgClassName
{
background-color: #8C2B1D;
}
</style>
border-color css
<style>
span { border-color: #8C2B1D; }
span { border-color: rgb(140,43,29); }
td.TdClassName
{
border-color: #8C2B1D;
}
.TagClassName
{
border-color: #8C2B1D;
}
</style>