Shades of Burnt Umber #8A2B18
Tints of Burnt Umber #8A2B18
RGB
CMYK
RGB Variations
Color information
#8A2B18 (or 0x8A2B18) is known color: Burnt Umber. HEX triplet: 8A, 2B and 18. RGB value is (138,43,24). Sum of RGB (Red+Green+Blue) = 138+43+24=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2B18 is #75D4E7. Grayscale: #454545. Windows color (decimal): -7722216 or 1584010. OLE color: 1584010.
HSL color Cylindrical-coordinate representation of color #8A2B18: hue angle of 10º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A2B18 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 24 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.46 |
| HSL | 10º | 0.7% | 0.32% | - |
| HSV(B) | 10º | 0.83% | 0.54% | - |
| XYZ | 11.51 | 7.2 | 1.65 | - |
| YUV | 69.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 24 | 0 | 0.69 | 0.83 | 0.46 | 10 | 0.7 | 0.32 |
| Hex | 8A | 2B | 18 | 0 | 45 | 53 | 2E | A | 46 | 20 |
| Octal | 212 | 53 | 30 | 0 | 105 | 123 | 56 | 12 | 106 | 40 |
| Binary | 10001010 | 101011 | 11000 | 0 | 1000101 | 1010011 | 101110 | 1010 | 1000110 | 100000 |
Color Harmonies of #8A2B18
Complementary color
Monochromatic Colors of #8A2B18
Black with #8A2B18
Text Example
Text Example
White with #8A2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B18; }
p { color: rgb(138,43,24); }
H1.HeaderClassName
{
color: #8A2B18;
}
.AnyTagClassName
{
color: #8A2B18;
}
</style>
background-color css
<style>
a { background-color: #8A2B18; }
a { background-color: rgb(138,43,24); }
div.DivClassName
{
background-color: #8A2B18;
}
.BgClassName
{
background-color: #8A2B18;
}
</style>
border-color css
<style>
span { border-color: #8A2B18; }
span { border-color: rgb(138,43,24); }
td.TdClassName
{
border-color: #8A2B18;
}
.TagClassName
{
border-color: #8A2B18;
}
</style>