Shades of Burnt Umber #8A2C19
Tints of Burnt Umber #8A2C19
RGB
CMYK
RGB Variations
Color information
#8A2C19 (or 0x8A2C19) is known color: Burnt Umber. HEX triplet: 8A, 2C and 19. RGB value is (138,44,25). Sum of RGB (Red+Green+Blue) = 138+44+25=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2C19 is #75D3E6. Grayscale: #464646. Windows color (decimal): -7721959 or 1649802. OLE color: 1649802.
HSL color Cylindrical-coordinate representation of color #8A2C19: hue angle of 10.09º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A2C19 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 25 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.46 |
| HSL | 10.09º | 0.69% | 0.32% | - |
| HSV(B) | 10.09º | 0.82% | 0.54% | - |
| XYZ | 11.56 | 7.27 | 1.71 | - |
| YUV | 69.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 25 | 0 | 0.68 | 0.82 | 0.46 | 10.09 | 0.69 | 0.32 |
| Hex | 8A | 2C | 19 | 0 | 44 | 52 | 2E | A | 45 | 20 |
| Octal | 212 | 54 | 31 | 0 | 104 | 122 | 56 | 12 | 105 | 40 |
| Binary | 10001010 | 101100 | 11001 | 0 | 1000100 | 1010010 | 101110 | 1010 | 1000101 | 100000 |
Color Harmonies of #8A2C19
Complementary color
Monochromatic Colors of #8A2C19
Black with #8A2C19
Text Example
Text Example
White with #8A2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C19; }
p { color: rgb(138,44,25); }
H1.HeaderClassName
{
color: #8A2C19;
}
.AnyTagClassName
{
color: #8A2C19;
}
</style>
background-color css
<style>
a { background-color: #8A2C19; }
a { background-color: rgb(138,44,25); }
div.DivClassName
{
background-color: #8A2C19;
}
.BgClassName
{
background-color: #8A2C19;
}
</style>
border-color css
<style>
span { border-color: #8A2C19; }
span { border-color: rgb(138,44,25); }
td.TdClassName
{
border-color: #8A2C19;
}
.TagClassName
{
border-color: #8A2C19;
}
</style>