Shades of Burnt Umber #8C2B0B
Tints of Burnt Umber #8C2B0B
RGB
CMYK
RGB Variations
Color information
#8C2B0B (or 0x8C2B0B) is known color: Burnt Umber. HEX triplet: 8C, 2B and 0B. RGB value is (140,43,11). Sum of RGB (Red+Green+Blue) = 140+43+11=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B0B is #73D4F4. Grayscale: #444444. Windows color (decimal): -7591157 or 732044. OLE color: 732044.
HSL color Cylindrical-coordinate representation of color #8C2B0B: hue angle of 14.88º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C2B0B is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 11 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.45 |
| HSL | 14.88º | 0.85% | 0.3% | - |
| HSV(B) | 14.88º | 0.92% | 0.55% | - |
| XYZ | 11.74 | 7.33 | 1.11 | - |
| YUV | 68.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 11 | 0 | 0.69 | 0.92 | 0.45 | 14.88 | 0.85 | 0.3 |
| Hex | 8C | 2B | B | 0 | 45 | 5C | 2D | F | 55 | 1E |
| Octal | 214 | 53 | 13 | 0 | 105 | 134 | 55 | 17 | 125 | 36 |
| Binary | 10001100 | 101011 | 1011 | 0 | 1000101 | 1011100 | 101101 | 1111 | 1010101 | 11110 |
Color Harmonies of #8C2B0B
Complementary color
Monochromatic Colors of #8C2B0B
Black with #8C2B0B
Text Example
Text Example
White with #8C2B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B0B; }
p { color: rgb(140,43,11); }
H1.HeaderClassName
{
color: #8C2B0B;
}
.AnyTagClassName
{
color: #8C2B0B;
}
</style>
background-color css
<style>
a { background-color: #8C2B0B; }
a { background-color: rgb(140,43,11); }
div.DivClassName
{
background-color: #8C2B0B;
}
.BgClassName
{
background-color: #8C2B0B;
}
</style>
border-color css
<style>
span { border-color: #8C2B0B; }
span { border-color: rgb(140,43,11); }
td.TdClassName
{
border-color: #8C2B0B;
}
.TagClassName
{
border-color: #8C2B0B;
}
</style>