Shades of Burnt Umber #8C2A1F
Tints of Burnt Umber #8C2A1F
RGB
CMYK
RGB Variations
Color information
#8C2A1F (or 0x8C2A1F) is known color: Burnt Umber. HEX triplet: 8C, 2A and 1F. RGB value is (140,42,31). Sum of RGB (Red+Green+Blue) = 140+42+31=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A1F is #73D5E0. Grayscale: #464646. Windows color (decimal): -7591393 or 2042508. OLE color: 2042508.
HSL color Cylindrical-coordinate representation of color #8C2A1F: hue angle of 6.06º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2A1F is Cyan = 0, Magento = 0.7, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 31 | - |
| CMYK | 0 | 0.7 | 0.78 | 0.45 |
| HSL | 6.06º | 0.64% | 0.34% | - |
| HSV(B) | 6.06º | 0.78% | 0.55% | - |
| XYZ | 11.89 | 7.33 | 2.08 | - |
| YUV | 70.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 31 | 0 | 0.7 | 0.78 | 0.45 | 6.06 | 0.64 | 0.34 |
| Hex | 8C | 2A | 1F | 0 | 46 | 4E | 2D | 6 | 40 | 22 |
| Octal | 214 | 52 | 37 | 0 | 106 | 116 | 55 | 6 | 100 | 42 |
| Binary | 10001100 | 101010 | 11111 | 0 | 1000110 | 1001110 | 101101 | 110 | 1000000 | 100010 |
Color Harmonies of #8C2A1F
Complementary color
Monochromatic Colors of #8C2A1F
Black with #8C2A1F
Text Example
Text Example
White with #8C2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A1F; }
p { color: rgb(140,42,31); }
H1.HeaderClassName
{
color: #8C2A1F;
}
.AnyTagClassName
{
color: #8C2A1F;
}
</style>
background-color css
<style>
a { background-color: #8C2A1F; }
a { background-color: rgb(140,42,31); }
div.DivClassName
{
background-color: #8C2A1F;
}
.BgClassName
{
background-color: #8C2A1F;
}
</style>
border-color css
<style>
span { border-color: #8C2A1F; }
span { border-color: rgb(140,42,31); }
td.TdClassName
{
border-color: #8C2A1F;
}
.TagClassName
{
border-color: #8C2A1F;
}
</style>