Shades of Burnt Umber #8B2E10
Tints of Burnt Umber #8B2E10
RGB
CMYK
RGB Variations
Color information
#8B2E10 (or 0x8B2E10) is known color: Burnt Umber. HEX triplet: 8B, 2E and 10. RGB value is (139,46,16). Sum of RGB (Red+Green+Blue) = 139+46+16=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2E10 is #74D1EF. Grayscale: #464646. Windows color (decimal): -7655920 or 1060491. OLE color: 1060491.
HSL color Cylindrical-coordinate representation of color #8B2E10: hue angle of 14.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B2E10 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 16 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.45 |
| HSL | 14.63º | 0.79% | 0.3% | - |
| HSV(B) | 14.63º | 0.88% | 0.55% | - |
| XYZ | 11.72 | 7.48 | 1.32 | - |
| YUV | 70.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 16 | 0 | 0.67 | 0.88 | 0.45 | 14.63 | 0.79 | 0.3 |
| Hex | 8B | 2E | 10 | 0 | 43 | 58 | 2D | F | 4F | 1E |
| Octal | 213 | 56 | 20 | 0 | 103 | 130 | 55 | 17 | 117 | 36 |
| Binary | 10001011 | 101110 | 10000 | 0 | 1000011 | 1011000 | 101101 | 1111 | 1001111 | 11110 |
Color Harmonies of #8B2E10
Complementary color
Monochromatic Colors of #8B2E10
Black with #8B2E10
Text Example
Text Example
White with #8B2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E10; }
p { color: rgb(139,46,16); }
H1.HeaderClassName
{
color: #8B2E10;
}
.AnyTagClassName
{
color: #8B2E10;
}
</style>
background-color css
<style>
a { background-color: #8B2E10; }
a { background-color: rgb(139,46,16); }
div.DivClassName
{
background-color: #8B2E10;
}
.BgClassName
{
background-color: #8B2E10;
}
</style>
border-color css
<style>
span { border-color: #8B2E10; }
span { border-color: rgb(139,46,16); }
td.TdClassName
{
border-color: #8B2E10;
}
.TagClassName
{
border-color: #8B2E10;
}
</style>