Shades of Burnt Umber #893A26
Tints of Burnt Umber #893A26
RGB
CMYK
RGB Variations
Color information
#893A26 (or 0x893A26) is known color: Burnt Umber. HEX triplet: 89, 3A and 26. RGB value is (137,58,38). Sum of RGB (Red+Green+Blue) = 137+58+38=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #893A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A26 is #76C5D9. Grayscale: #4F4F4F. Windows color (decimal): -7783898 or 2505353. OLE color: 2505353.
HSL color Cylindrical-coordinate representation of color #893A26: hue angle of 12.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893A26 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 38 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.46 |
| HSL | 12.12º | 0.57% | 0.34% | - |
| HSV(B) | 12.12º | 0.72% | 0.54% | - |
| XYZ | 12.18 | 8.48 | 2.83 | - |
| YUV | 79.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 38 | 0 | 0.58 | 0.72 | 0.46 | 12.12 | 0.57 | 0.34 |
| Hex | 89 | 3A | 26 | 0 | 3A | 48 | 2E | C | 39 | 22 |
| Octal | 211 | 72 | 46 | 0 | 72 | 110 | 56 | 14 | 71 | 42 |
| Binary | 10001001 | 111010 | 100110 | 0 | 111010 | 1001000 | 101110 | 1100 | 111001 | 100010 |
Color Harmonies of #893A26
Complementary color
Monochromatic Colors of #893A26
Black with #893A26
Text Example
Text Example
White with #893A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A26; }
p { color: rgb(137,58,38); }
H1.HeaderClassName
{
color: #893A26;
}
.AnyTagClassName
{
color: #893A26;
}
</style>
background-color css
<style>
a { background-color: #893A26; }
a { background-color: rgb(137,58,38); }
div.DivClassName
{
background-color: #893A26;
}
.BgClassName
{
background-color: #893A26;
}
</style>
border-color css
<style>
span { border-color: #893A26; }
span { border-color: rgb(137,58,38); }
td.TdClassName
{
border-color: #893A26;
}
.TagClassName
{
border-color: #893A26;
}
</style>