Shades of Burnt Umber #8B2D10
Tints of Burnt Umber #8B2D10
RGB
CMYK
RGB Variations
Color information
#8B2D10 (or 0x8B2D10) is known color: Burnt Umber. HEX triplet: 8B, 2D and 10. RGB value is (139,45,16). Sum of RGB (Red+Green+Blue) = 139+45+16=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D10 is #74D2EF. Grayscale: #464646. Windows color (decimal): -7656176 or 1060235. OLE color: 1060235.
HSL color Cylindrical-coordinate representation of color #8B2D10: hue angle of 14.15º 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 #8B2D10 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 16 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.45 |
| HSL | 14.15º | 0.79% | 0.3% | - |
| HSV(B) | 14.15º | 0.88% | 0.55% | - |
| XYZ | 11.68 | 7.4 | 1.3 | - |
| YUV | 69.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 16 | 0 | 0.68 | 0.88 | 0.45 | 14.15 | 0.79 | 0.3 |
| Hex | 8B | 2D | 10 | 0 | 44 | 58 | 2D | E | 4F | 1E |
| Octal | 213 | 55 | 20 | 0 | 104 | 130 | 55 | 16 | 117 | 36 |
| Binary | 10001011 | 101101 | 10000 | 0 | 1000100 | 1011000 | 101101 | 1110 | 1001111 | 11110 |
Color Harmonies of #8B2D10
Complementary color
Monochromatic Colors of #8B2D10
Black with #8B2D10
Text Example
Text Example
White with #8B2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D10; }
p { color: rgb(139,45,16); }
H1.HeaderClassName
{
color: #8B2D10;
}
.AnyTagClassName
{
color: #8B2D10;
}
</style>
background-color css
<style>
a { background-color: #8B2D10; }
a { background-color: rgb(139,45,16); }
div.DivClassName
{
background-color: #8B2D10;
}
.BgClassName
{
background-color: #8B2D10;
}
</style>
border-color css
<style>
span { border-color: #8B2D10; }
span { border-color: rgb(139,45,16); }
td.TdClassName
{
border-color: #8B2D10;
}
.TagClassName
{
border-color: #8B2D10;
}
</style>