Shades of Burnt Umber #8B2A0A
Tints of Burnt Umber #8B2A0A
RGB
CMYK
RGB Variations
Color information
#8B2A0A (or 0x8B2A0A) is known color: Burnt Umber. HEX triplet: 8B, 2A and 0A. RGB value is (139,42,10). Sum of RGB (Red+Green+Blue) = 139+42+10=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A0A is #74D5F5. Grayscale: #434343. Windows color (decimal): -7656950 or 666251. OLE color: 666251.
HSL color Cylindrical-coordinate representation of color #8B2A0A: hue angle of 14.88º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B2A0A is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 10 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.45 |
| HSL | 14.88º | 0.87% | 0.29% | - |
| HSV(B) | 14.88º | 0.93% | 0.55% | - |
| XYZ | 11.53 | 7.17 | 1.06 | - |
| YUV | 67.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 10 | 0 | 0.70 | 0.93 | 0.45 | 14.88 | 0.87 | 0.29 |
| Hex | 8B | 2A | A | 0 | 46 | 5D | 2D | F | 57 | 1D |
| Octal | 213 | 52 | 12 | 0 | 106 | 135 | 55 | 17 | 127 | 35 |
| Binary | 10001011 | 101010 | 1010 | 0 | 1000110 | 1011101 | 101101 | 1111 | 1010111 | 11101 |
Color Harmonies of #8B2A0A
Complementary color
Monochromatic Colors of #8B2A0A
Black with #8B2A0A
Text Example
Text Example
White with #8B2A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A0A; }
p { color: rgb(139,42,10); }
H1.HeaderClassName
{
color: #8B2A0A;
}
.AnyTagClassName
{
color: #8B2A0A;
}
</style>
background-color css
<style>
a { background-color: #8B2A0A; }
a { background-color: rgb(139,42,10); }
div.DivClassName
{
background-color: #8B2A0A;
}
.BgClassName
{
background-color: #8B2A0A;
}
</style>
border-color css
<style>
span { border-color: #8B2A0A; }
span { border-color: rgb(139,42,10); }
td.TdClassName
{
border-color: #8B2A0A;
}
.TagClassName
{
border-color: #8B2A0A;
}
</style>