Shades of Burnt Umber #8B2D21
Tints of Burnt Umber #8B2D21
RGB
CMYK
RGB Variations
Color information
#8B2D21 (or 0x8B2D21) is known color: Burnt Umber. HEX triplet: 8B, 2D and 21. RGB value is (139,45,33). Sum of RGB (Red+Green+Blue) = 139+45+33=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D21 is #74D2DE. Grayscale: #474747. Windows color (decimal): -7656159 or 2174347. OLE color: 2174347.
HSL color Cylindrical-coordinate representation of color #8B2D21: hue angle of 6.79º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2D21 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 33 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.45 |
| HSL | 6.79º | 0.62% | 0.34% | - |
| HSV(B) | 6.79º | 0.76% | 0.55% | - |
| XYZ | 11.86 | 7.48 | 2.26 | - |
| YUV | 71.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 33 | 0 | 0.68 | 0.76 | 0.45 | 6.79 | 0.62 | 0.34 |
| Hex | 8B | 2D | 21 | 0 | 44 | 4C | 2D | 7 | 3E | 22 |
| Octal | 213 | 55 | 41 | 0 | 104 | 114 | 55 | 7 | 76 | 42 |
| Binary | 10001011 | 101101 | 100001 | 0 | 1000100 | 1001100 | 101101 | 111 | 111110 | 100010 |
Color Harmonies of #8B2D21
Complementary color
Monochromatic Colors of #8B2D21
Black with #8B2D21
Text Example
Text Example
White with #8B2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D21; }
p { color: rgb(139,45,33); }
H1.HeaderClassName
{
color: #8B2D21;
}
.AnyTagClassName
{
color: #8B2D21;
}
</style>
background-color css
<style>
a { background-color: #8B2D21; }
a { background-color: rgb(139,45,33); }
div.DivClassName
{
background-color: #8B2D21;
}
.BgClassName
{
background-color: #8B2D21;
}
</style>
border-color css
<style>
span { border-color: #8B2D21; }
span { border-color: rgb(139,45,33); }
td.TdClassName
{
border-color: #8B2D21;
}
.TagClassName
{
border-color: #8B2D21;
}
</style>