Shades of Burnt Umber #8B2A15
Tints of Burnt Umber #8B2A15
RGB
CMYK
RGB Variations
Color information
#8B2A15 (or 0x8B2A15) is known color: Burnt Umber. HEX triplet: 8B, 2A and 15. RGB value is (139,42,21). Sum of RGB (Red+Green+Blue) = 139+42+21=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A15 is #74D5EA. Grayscale: #444444. Windows color (decimal): -7656939 or 1387147. OLE color: 1387147.
HSL color Cylindrical-coordinate representation of color #8B2A15: hue angle of 10.68º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B2A15 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 21 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.45 |
| HSL | 10.68º | 0.74% | 0.31% | - |
| HSV(B) | 10.68º | 0.85% | 0.55% | - |
| XYZ | 11.61 | 7.2 | 1.49 | - |
| YUV | 68.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 21 | 0 | 0.70 | 0.85 | 0.45 | 10.68 | 0.74 | 0.31 |
| Hex | 8B | 2A | 15 | 0 | 46 | 55 | 2D | B | 4A | 1F |
| Octal | 213 | 52 | 25 | 0 | 106 | 125 | 55 | 13 | 112 | 37 |
| Binary | 10001011 | 101010 | 10101 | 0 | 1000110 | 1010101 | 101101 | 1011 | 1001010 | 11111 |
Color Harmonies of #8B2A15
Complementary color
Monochromatic Colors of #8B2A15
Black with #8B2A15
Text Example
Text Example
White with #8B2A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A15; }
p { color: rgb(139,42,21); }
H1.HeaderClassName
{
color: #8B2A15;
}
.AnyTagClassName
{
color: #8B2A15;
}
</style>
background-color css
<style>
a { background-color: #8B2A15; }
a { background-color: rgb(139,42,21); }
div.DivClassName
{
background-color: #8B2A15;
}
.BgClassName
{
background-color: #8B2A15;
}
</style>
border-color css
<style>
span { border-color: #8B2A15; }
span { border-color: rgb(139,42,21); }
td.TdClassName
{
border-color: #8B2A15;
}
.TagClassName
{
border-color: #8B2A15;
}
</style>