Shades of Burnt Umber #8A2D25
Tints of Burnt Umber #8A2D25
RGB
CMYK
RGB Variations
Color information
#8A2D25 (or 0x8A2D25) is known color: Burnt Umber. HEX triplet: 8A, 2D and 25. RGB value is (138,45,37). Sum of RGB (Red+Green+Blue) = 138+45+37=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D25 is #75D2DA. Grayscale: #484848. Windows color (decimal): -7721691 or 2436490. OLE color: 2436490.
HSL color Cylindrical-coordinate representation of color #8A2D25: hue angle of 4.75º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2D25 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 37 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.46 |
| HSL | 4.75º | 0.58% | 0.34% | - |
| HSV(B) | 4.75º | 0.73% | 0.54% | - |
| XYZ | 11.75 | 7.41 | 2.56 | - |
| YUV | 71.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 37 | 0 | 0.67 | 0.73 | 0.46 | 4.75 | 0.58 | 0.34 |
| Hex | 8A | 2D | 25 | 0 | 43 | 49 | 2E | 5 | 3A | 22 |
| Octal | 212 | 55 | 45 | 0 | 103 | 111 | 56 | 5 | 72 | 42 |
| Binary | 10001010 | 101101 | 100101 | 0 | 1000011 | 1001001 | 101110 | 101 | 111010 | 100010 |
Color Harmonies of #8A2D25
Complementary color
Monochromatic Colors of #8A2D25
Black with #8A2D25
Text Example
Text Example
White with #8A2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D25; }
p { color: rgb(138,45,37); }
H1.HeaderClassName
{
color: #8A2D25;
}
.AnyTagClassName
{
color: #8A2D25;
}
</style>
background-color css
<style>
a { background-color: #8A2D25; }
a { background-color: rgb(138,45,37); }
div.DivClassName
{
background-color: #8A2D25;
}
.BgClassName
{
background-color: #8A2D25;
}
</style>
border-color css
<style>
span { border-color: #8A2D25; }
span { border-color: rgb(138,45,37); }
td.TdClassName
{
border-color: #8A2D25;
}
.TagClassName
{
border-color: #8A2D25;
}
</style>