Shades of Burnt Umber #8A2D1D
Tints of Burnt Umber #8A2D1D
RGB
CMYK
RGB Variations
Color information
#8A2D1D (or 0x8A2D1D) is known color: Burnt Umber. HEX triplet: 8A, 2D and 1D. RGB value is (138,45,29). Sum of RGB (Red+Green+Blue) = 138+45+29=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D1D is #75D2E2. Grayscale: #474747. Windows color (decimal): -7721699 or 1912202. OLE color: 1912202.
HSL color Cylindrical-coordinate representation of color #8A2D1D: hue angle of 8.81º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2D1D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 29 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.46 |
| HSL | 8.81º | 0.65% | 0.33% | - |
| HSV(B) | 8.81º | 0.79% | 0.54% | - |
| XYZ | 11.64 | 7.37 | 1.97 | - |
| YUV | 70.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 29 | 0 | 0.67 | 0.79 | 0.46 | 8.81 | 0.65 | 0.33 |
| Hex | 8A | 2D | 1D | 0 | 43 | 4F | 2E | 9 | 41 | 21 |
| Octal | 212 | 55 | 35 | 0 | 103 | 117 | 56 | 11 | 101 | 41 |
| Binary | 10001010 | 101101 | 11101 | 0 | 1000011 | 1001111 | 101110 | 1001 | 1000001 | 100001 |
Color Harmonies of #8A2D1D
Complementary color
Monochromatic Colors of #8A2D1D
Black with #8A2D1D
Text Example
Text Example
White with #8A2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D1D; }
p { color: rgb(138,45,29); }
H1.HeaderClassName
{
color: #8A2D1D;
}
.AnyTagClassName
{
color: #8A2D1D;
}
</style>
background-color css
<style>
a { background-color: #8A2D1D; }
a { background-color: rgb(138,45,29); }
div.DivClassName
{
background-color: #8A2D1D;
}
.BgClassName
{
background-color: #8A2D1D;
}
</style>
border-color css
<style>
span { border-color: #8A2D1D; }
span { border-color: rgb(138,45,29); }
td.TdClassName
{
border-color: #8A2D1D;
}
.TagClassName
{
border-color: #8A2D1D;
}
</style>