Shades of Burnt Umber #8A2D15
Tints of Burnt Umber #8A2D15
RGB
CMYK
RGB Variations
Color information
#8A2D15 (or 0x8A2D15) is known color: Burnt Umber. HEX triplet: 8A, 2D and 15. RGB value is (138,45,21). Sum of RGB (Red+Green+Blue) = 138+45+21=204 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.65% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2D15 is #75D2EA. Grayscale: #464646. Windows color (decimal): -7721707 or 1387914. OLE color: 1387914.
HSL color Cylindrical-coordinate representation of color #8A2D15: hue angle of 12.31º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A2D15 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 21 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.46 |
| HSL | 12.31º | 0.74% | 0.31% | - |
| HSV(B) | 12.31º | 0.85% | 0.54% | - |
| XYZ | 11.55 | 7.33 | 1.52 | - |
| YUV | 70.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 21 | 0 | 0.67 | 0.85 | 0.46 | 12.31 | 0.74 | 0.31 |
| Hex | 8A | 2D | 15 | 0 | 43 | 55 | 2E | C | 4A | 1F |
| Octal | 212 | 55 | 25 | 0 | 103 | 125 | 56 | 14 | 112 | 37 |
| Binary | 10001010 | 101101 | 10101 | 0 | 1000011 | 1010101 | 101110 | 1100 | 1001010 | 11111 |
Color Harmonies of #8A2D15
Complementary color
Monochromatic Colors of #8A2D15
Black with #8A2D15
Text Example
Text Example
White with #8A2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D15; }
p { color: rgb(138,45,21); }
H1.HeaderClassName
{
color: #8A2D15;
}
.AnyTagClassName
{
color: #8A2D15;
}
</style>
background-color css
<style>
a { background-color: #8A2D15; }
a { background-color: rgb(138,45,21); }
div.DivClassName
{
background-color: #8A2D15;
}
.BgClassName
{
background-color: #8A2D15;
}
</style>
border-color css
<style>
span { border-color: #8A2D15; }
span { border-color: rgb(138,45,21); }
td.TdClassName
{
border-color: #8A2D15;
}
.TagClassName
{
border-color: #8A2D15;
}
</style>