Shades of Burnt Umber #8A2B15
Tints of Burnt Umber #8A2B15
RGB
CMYK
RGB Variations
Color information
#8A2B15 (or 0x8A2B15) is known color: Burnt Umber. HEX triplet: 8A, 2B and 15. RGB value is (138,43,21). Sum of RGB (Red+Green+Blue) = 138+43+21=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2B15 is #75D4EA. Grayscale: #454545. Windows color (decimal): -7722219 or 1387402. OLE color: 1387402.
HSL color Cylindrical-coordinate representation of color #8A2B15: hue angle of 11.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A2B15 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 21 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.46 |
| HSL | 11.28º | 0.74% | 0.31% | - |
| HSV(B) | 11.28º | 0.85% | 0.54% | - |
| XYZ | 11.48 | 7.19 | 1.49 | - |
| YUV | 68.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 21 | 0 | 0.69 | 0.85 | 0.46 | 11.28 | 0.74 | 0.31 |
| Hex | 8A | 2B | 15 | 0 | 45 | 55 | 2E | B | 4A | 1F |
| Octal | 212 | 53 | 25 | 0 | 105 | 125 | 56 | 13 | 112 | 37 |
| Binary | 10001010 | 101011 | 10101 | 0 | 1000101 | 1010101 | 101110 | 1011 | 1001010 | 11111 |
Color Harmonies of #8A2B15
Complementary color
Monochromatic Colors of #8A2B15
Black with #8A2B15
Text Example
Text Example
White with #8A2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B15; }
p { color: rgb(138,43,21); }
H1.HeaderClassName
{
color: #8A2B15;
}
.AnyTagClassName
{
color: #8A2B15;
}
</style>
background-color css
<style>
a { background-color: #8A2B15; }
a { background-color: rgb(138,43,21); }
div.DivClassName
{
background-color: #8A2B15;
}
.BgClassName
{
background-color: #8A2B15;
}
</style>
border-color css
<style>
span { border-color: #8A2B15; }
span { border-color: rgb(138,43,21); }
td.TdClassName
{
border-color: #8A2B15;
}
.TagClassName
{
border-color: #8A2B15;
}
</style>