Shades of Burnt Umber #8A2D20
Tints of Burnt Umber #8A2D20
RGB
CMYK
RGB Variations
Color information
#8A2D20 (or 0x8A2D20) is known color: Burnt Umber. HEX triplet: 8A, 2D and 20. RGB value is (138,45,32). Sum of RGB (Red+Green+Blue) = 138+45+32=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D20 is #75D2DF. Grayscale: #474747. Windows color (decimal): -7721696 or 2108810. OLE color: 2108810.
HSL color Cylindrical-coordinate representation of color #8A2D20: hue angle of 7.36º 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 #8A2D20 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 32 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.46 |
| HSL | 7.36º | 0.62% | 0.33% | - |
| HSV(B) | 7.36º | 0.77% | 0.54% | - |
| XYZ | 11.68 | 7.38 | 2.18 | - |
| YUV | 71.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 32 | 0 | 0.67 | 0.77 | 0.46 | 7.36 | 0.62 | 0.33 |
| Hex | 8A | 2D | 20 | 0 | 43 | 4D | 2E | 7 | 3E | 21 |
| Octal | 212 | 55 | 40 | 0 | 103 | 115 | 56 | 7 | 76 | 41 |
| Binary | 10001010 | 101101 | 100000 | 0 | 1000011 | 1001101 | 101110 | 111 | 111110 | 100001 |
Color Harmonies of #8A2D20
Complementary color
Monochromatic Colors of #8A2D20
Black with #8A2D20
Text Example
Text Example
White with #8A2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D20; }
p { color: rgb(138,45,32); }
H1.HeaderClassName
{
color: #8A2D20;
}
.AnyTagClassName
{
color: #8A2D20;
}
</style>
background-color css
<style>
a { background-color: #8A2D20; }
a { background-color: rgb(138,45,32); }
div.DivClassName
{
background-color: #8A2D20;
}
.BgClassName
{
background-color: #8A2D20;
}
</style>
border-color css
<style>
span { border-color: #8A2D20; }
span { border-color: rgb(138,45,32); }
td.TdClassName
{
border-color: #8A2D20;
}
.TagClassName
{
border-color: #8A2D20;
}
</style>