Shades of Burnt Umber #8A2C13
Tints of Burnt Umber #8A2C13
RGB
CMYK
RGB Variations
Color information
#8A2C13 (or 0x8A2C13) is known color: Burnt Umber. HEX triplet: 8A, 2C and 13. RGB value is (138,44,19). Sum of RGB (Red+Green+Blue) = 138+44+19=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2C13 is #75D3EC. Grayscale: #454545. Windows color (decimal): -7721965 or 1256586. OLE color: 1256586.
HSL color Cylindrical-coordinate representation of color #8A2C13: hue angle of 12.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A2C13 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 19 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.46 |
| HSL | 12.61º | 0.76% | 0.31% | - |
| HSV(B) | 12.61º | 0.86% | 0.54% | - |
| XYZ | 11.5 | 7.25 | 1.41 | - |
| YUV | 69.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 19 | 0 | 0.68 | 0.86 | 0.46 | 12.61 | 0.76 | 0.31 |
| Hex | 8A | 2C | 13 | 0 | 44 | 56 | 2E | D | 4C | 1F |
| Octal | 212 | 54 | 23 | 0 | 104 | 126 | 56 | 15 | 114 | 37 |
| Binary | 10001010 | 101100 | 10011 | 0 | 1000100 | 1010110 | 101110 | 1101 | 1001100 | 11111 |
Color Harmonies of #8A2C13
Complementary color
Monochromatic Colors of #8A2C13
Black with #8A2C13
Text Example
Text Example
White with #8A2C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C13; }
p { color: rgb(138,44,19); }
H1.HeaderClassName
{
color: #8A2C13;
}
.AnyTagClassName
{
color: #8A2C13;
}
</style>
background-color css
<style>
a { background-color: #8A2C13; }
a { background-color: rgb(138,44,19); }
div.DivClassName
{
background-color: #8A2C13;
}
.BgClassName
{
background-color: #8A2C13;
}
</style>
border-color css
<style>
span { border-color: #8A2C13; }
span { border-color: rgb(138,44,19); }
td.TdClassName
{
border-color: #8A2C13;
}
.TagClassName
{
border-color: #8A2C13;
}
</style>