Shades of Burnt Umber #8B2A09
Tints of Burnt Umber #8B2A09
RGB
CMYK
RGB Variations
Color information
#8B2A09 (or 0x8B2A09) is known color: Burnt Umber. HEX triplet: 8B, 2A and 09. RGB value is (139,42,9). Sum of RGB (Red+Green+Blue) = 139+42+9=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A09 is #74D5F6. Grayscale: #434343. Windows color (decimal): -7656951 or 600715. OLE color: 600715.
HSL color Cylindrical-coordinate representation of color #8B2A09: hue angle of 15.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B2A09 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 9 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.45 |
| HSL | 15.23º | 0.88% | 0.29% | - |
| HSV(B) | 15.23º | 0.94% | 0.55% | - |
| XYZ | 11.52 | 7.16 | 1.03 | - |
| YUV | 67.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 9 | 0 | 0.70 | 0.94 | 0.45 | 15.23 | 0.88 | 0.29 |
| Hex | 8B | 2A | 9 | 0 | 46 | 5E | 2D | F | 58 | 1D |
| Octal | 213 | 52 | 11 | 0 | 106 | 136 | 55 | 17 | 130 | 35 |
| Binary | 10001011 | 101010 | 1001 | 0 | 1000110 | 1011110 | 101101 | 1111 | 1011000 | 11101 |
Color Harmonies of #8B2A09
Complementary color
Monochromatic Colors of #8B2A09
Black with #8B2A09
Text Example
Text Example
White with #8B2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A09; }
p { color: rgb(139,42,9); }
H1.HeaderClassName
{
color: #8B2A09;
}
.AnyTagClassName
{
color: #8B2A09;
}
</style>
background-color css
<style>
a { background-color: #8B2A09; }
a { background-color: rgb(139,42,9); }
div.DivClassName
{
background-color: #8B2A09;
}
.BgClassName
{
background-color: #8B2A09;
}
</style>
border-color css
<style>
span { border-color: #8B2A09; }
span { border-color: rgb(139,42,9); }
td.TdClassName
{
border-color: #8B2A09;
}
.TagClassName
{
border-color: #8B2A09;
}
</style>