Shades of Burnt Umber #8B2C0A
Tints of Burnt Umber #8B2C0A
RGB
CMYK
RGB Variations
Color information
#8B2C0A (or 0x8B2C0A) is known color: Burnt Umber. HEX triplet: 8B, 2C and 0A. RGB value is (139,44,10). Sum of RGB (Red+Green+Blue) = 139+44+10=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2C0A is #74D3F5. Grayscale: #444444. Windows color (decimal): -7656438 or 666763. OLE color: 666763.
HSL color Cylindrical-coordinate representation of color #8B2C0A: hue angle of 15.81º 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 #8B2C0A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 10 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.45 |
| HSL | 15.81º | 0.87% | 0.29% | - |
| HSV(B) | 15.81º | 0.93% | 0.55% | - |
| XYZ | 11.6 | 7.31 | 1.09 | - |
| YUV | 68.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 10 | 0 | 0.68 | 0.93 | 0.45 | 15.81 | 0.87 | 0.29 |
| Hex | 8B | 2C | A | 0 | 44 | 5D | 2D | 10 | 57 | 1D |
| Octal | 213 | 54 | 12 | 0 | 104 | 135 | 55 | 20 | 127 | 35 |
| Binary | 10001011 | 101100 | 1010 | 0 | 1000100 | 1011101 | 101101 | 10000 | 1010111 | 11101 |
Color Harmonies of #8B2C0A
Complementary color
Monochromatic Colors of #8B2C0A
Black with #8B2C0A
Text Example
Text Example
White with #8B2C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C0A; }
p { color: rgb(139,44,10); }
H1.HeaderClassName
{
color: #8B2C0A;
}
.AnyTagClassName
{
color: #8B2C0A;
}
</style>
background-color css
<style>
a { background-color: #8B2C0A; }
a { background-color: rgb(139,44,10); }
div.DivClassName
{
background-color: #8B2C0A;
}
.BgClassName
{
background-color: #8B2C0A;
}
</style>
border-color css
<style>
span { border-color: #8B2C0A; }
span { border-color: rgb(139,44,10); }
td.TdClassName
{
border-color: #8B2C0A;
}
.TagClassName
{
border-color: #8B2C0A;
}
</style>