Shades of Burnt Umber #8B2B15
Tints of Burnt Umber #8B2B15
RGB
CMYK
RGB Variations
Color information
#8B2B15 (or 0x8B2B15) is known color: Burnt Umber. HEX triplet: 8B, 2B and 15. RGB value is (139,43,21). Sum of RGB (Red+Green+Blue) = 139+43+21=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2B15 is #74D4EA. Grayscale: #454545. Windows color (decimal): -7656683 or 1387403. OLE color: 1387403.
HSL color Cylindrical-coordinate representation of color #8B2B15: hue angle of 11.19º 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 #8B2B15 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 21 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.45 |
| HSL | 11.19º | 0.74% | 0.31% | - |
| HSV(B) | 11.19º | 0.85% | 0.55% | - |
| XYZ | 11.65 | 7.27 | 1.5 | - |
| YUV | 69.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 21 | 0 | 0.69 | 0.85 | 0.45 | 11.19 | 0.74 | 0.31 |
| Hex | 8B | 2B | 15 | 0 | 45 | 55 | 2D | B | 4A | 1F |
| Octal | 213 | 53 | 25 | 0 | 105 | 125 | 55 | 13 | 112 | 37 |
| Binary | 10001011 | 101011 | 10101 | 0 | 1000101 | 1010101 | 101101 | 1011 | 1001010 | 11111 |
Color Harmonies of #8B2B15
Complementary color
Monochromatic Colors of #8B2B15
Black with #8B2B15
Text Example
Text Example
White with #8B2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B15; }
p { color: rgb(139,43,21); }
H1.HeaderClassName
{
color: #8B2B15;
}
.AnyTagClassName
{
color: #8B2B15;
}
</style>
background-color css
<style>
a { background-color: #8B2B15; }
a { background-color: rgb(139,43,21); }
div.DivClassName
{
background-color: #8B2B15;
}
.BgClassName
{
background-color: #8B2B15;
}
</style>
border-color css
<style>
span { border-color: #8B2B15; }
span { border-color: rgb(139,43,21); }
td.TdClassName
{
border-color: #8B2B15;
}
.TagClassName
{
border-color: #8B2B15;
}
</style>