Shades of Burnt Umber #89301A
Tints of Burnt Umber #89301A
RGB
CMYK
RGB Variations
Color information
#89301A (or 0x89301A) is known color: Burnt Umber. HEX triplet: 89, 30 and 1A. RGB value is (137,48,26). Sum of RGB (Red+Green+Blue) = 137+48+26=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #89301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89301A is #76CFE5. Grayscale: #484848. Windows color (decimal): -7786470 or 1716361. OLE color: 1716361.
HSL color Cylindrical-coordinate representation of color #89301A: hue angle of 11.89º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89301A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 26 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.46 |
| HSL | 11.89º | 0.68% | 0.32% | - |
| HSV(B) | 11.89º | 0.81% | 0.54% | - |
| XYZ | 11.56 | 7.51 | 1.82 | - |
| YUV | 72.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 26 | 0 | 0.65 | 0.81 | 0.46 | 11.89 | 0.68 | 0.32 |
| Hex | 89 | 30 | 1A | 0 | 41 | 51 | 2E | C | 44 | 20 |
| Octal | 211 | 60 | 32 | 0 | 101 | 121 | 56 | 14 | 104 | 40 |
| Binary | 10001001 | 110000 | 11010 | 0 | 1000001 | 1010001 | 101110 | 1100 | 1000100 | 100000 |
Color Harmonies of #89301A
Complementary color
Monochromatic Colors of #89301A
Black with #89301A
Text Example
Text Example
White with #89301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89301A; }
p { color: rgb(137,48,26); }
H1.HeaderClassName
{
color: #89301A;
}
.AnyTagClassName
{
color: #89301A;
}
</style>
background-color css
<style>
a { background-color: #89301A; }
a { background-color: rgb(137,48,26); }
div.DivClassName
{
background-color: #89301A;
}
.BgClassName
{
background-color: #89301A;
}
</style>
border-color css
<style>
span { border-color: #89301A; }
span { border-color: rgb(137,48,26); }
td.TdClassName
{
border-color: #89301A;
}
.TagClassName
{
border-color: #89301A;
}
</style>