Shades of Burnt Umber #8A2A20
Tints of Burnt Umber #8A2A20
RGB
CMYK
RGB Variations
Color information
#8A2A20 (or 0x8A2A20) is known color: Burnt Umber. HEX triplet: 8A, 2A and 20. RGB value is (138,42,32). Sum of RGB (Red+Green+Blue) = 138+42+32=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2A20 is #75D5DF. Grayscale: #454545. Windows color (decimal): -7722464 or 2108042. OLE color: 2108042.
HSL color Cylindrical-coordinate representation of color #8A2A20: hue angle of 5.66º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2A20 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 42 | 32 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.46 |
| HSL | 5.66º | 0.62% | 0.33% | - |
| HSV(B) | 5.66º | 0.77% | 0.54% | - |
| XYZ | 11.57 | 7.16 | 2.14 | - |
| YUV | 69.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 32 | 0 | 0.70 | 0.77 | 0.46 | 5.66 | 0.62 | 0.33 |
| Hex | 8A | 2A | 20 | 0 | 46 | 4D | 2E | 6 | 3E | 21 |
| Octal | 212 | 52 | 40 | 0 | 106 | 115 | 56 | 6 | 76 | 41 |
| Binary | 10001010 | 101010 | 100000 | 0 | 1000110 | 1001101 | 101110 | 110 | 111110 | 100001 |
Color Harmonies of #8A2A20
Complementary color
Monochromatic Colors of #8A2A20
Black with #8A2A20
Text Example
Text Example
White with #8A2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2A20; }
p { color: rgb(138,42,32); }
H1.HeaderClassName
{
color: #8A2A20;
}
.AnyTagClassName
{
color: #8A2A20;
}
</style>
background-color css
<style>
a { background-color: #8A2A20; }
a { background-color: rgb(138,42,32); }
div.DivClassName
{
background-color: #8A2A20;
}
.BgClassName
{
background-color: #8A2A20;
}
</style>
border-color css
<style>
span { border-color: #8A2A20; }
span { border-color: rgb(138,42,32); }
td.TdClassName
{
border-color: #8A2A20;
}
.TagClassName
{
border-color: #8A2A20;
}
</style>