Shades of Burnt Umber #8A2D1F
Tints of Burnt Umber #8A2D1F
RGB
CMYK
RGB Variations
Color information
#8A2D1F (or 0x8A2D1F) is known color: Burnt Umber. HEX triplet: 8A, 2D and 1F. RGB value is (138,45,31). Sum of RGB (Red+Green+Blue) = 138+45+31=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D1F is #75D2E0. Grayscale: #474747. Windows color (decimal): -7721697 or 2043274. OLE color: 2043274.
HSL color Cylindrical-coordinate representation of color #8A2D1F: hue angle of 7.85º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A2D1F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 31 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.46 |
| HSL | 7.85º | 0.63% | 0.33% | - |
| HSV(B) | 7.85º | 0.78% | 0.54% | - |
| XYZ | 11.67 | 7.38 | 2.11 | - |
| YUV | 71.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 31 | 0 | 0.67 | 0.78 | 0.46 | 7.85 | 0.63 | 0.33 |
| Hex | 8A | 2D | 1F | 0 | 43 | 4E | 2E | 8 | 3F | 21 |
| Octal | 212 | 55 | 37 | 0 | 103 | 116 | 56 | 10 | 77 | 41 |
| Binary | 10001010 | 101101 | 11111 | 0 | 1000011 | 1001110 | 101110 | 1000 | 111111 | 100001 |
Color Harmonies of #8A2D1F
Complementary color
Monochromatic Colors of #8A2D1F
Black with #8A2D1F
Text Example
Text Example
White with #8A2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D1F; }
p { color: rgb(138,45,31); }
H1.HeaderClassName
{
color: #8A2D1F;
}
.AnyTagClassName
{
color: #8A2D1F;
}
</style>
background-color css
<style>
a { background-color: #8A2D1F; }
a { background-color: rgb(138,45,31); }
div.DivClassName
{
background-color: #8A2D1F;
}
.BgClassName
{
background-color: #8A2D1F;
}
</style>
border-color css
<style>
span { border-color: #8A2D1F; }
span { border-color: rgb(138,45,31); }
td.TdClassName
{
border-color: #8A2D1F;
}
.TagClassName
{
border-color: #8A2D1F;
}
</style>