Shades of Burnt Umber #89301C
Tints of Burnt Umber #89301C
RGB
CMYK
RGB Variations
Color information
#89301C (or 0x89301C) is known color: Burnt Umber. HEX triplet: 89, 30 and 1C. RGB value is (137,48,28). Sum of RGB (Red+Green+Blue) = 137+48+28=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89301C is #76CFE3. Grayscale: #484848. Windows color (decimal): -7786468 or 1847433. OLE color: 1847433.
HSL color Cylindrical-coordinate representation of color #89301C: hue angle of 11.01º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89301C is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 28 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.46 |
| HSL | 11.01º | 0.66% | 0.32% | - |
| HSV(B) | 11.01º | 0.8% | 0.54% | - |
| XYZ | 11.58 | 7.52 | 1.94 | - |
| YUV | 72.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 28 | 0 | 0.65 | 0.80 | 0.46 | 11.01 | 0.66 | 0.32 |
| Hex | 89 | 30 | 1C | 0 | 41 | 50 | 2E | B | 42 | 20 |
| Octal | 211 | 60 | 34 | 0 | 101 | 120 | 56 | 13 | 102 | 40 |
| Binary | 10001001 | 110000 | 11100 | 0 | 1000001 | 1010000 | 101110 | 1011 | 1000010 | 100000 |
Color Harmonies of #89301C
Complementary color
Monochromatic Colors of #89301C
Black with #89301C
Text Example
Text Example
White with #89301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89301C; }
p { color: rgb(137,48,28); }
H1.HeaderClassName
{
color: #89301C;
}
.AnyTagClassName
{
color: #89301C;
}
</style>
background-color css
<style>
a { background-color: #89301C; }
a { background-color: rgb(137,48,28); }
div.DivClassName
{
background-color: #89301C;
}
.BgClassName
{
background-color: #89301C;
}
</style>
border-color css
<style>
span { border-color: #89301C; }
span { border-color: rgb(137,48,28); }
td.TdClassName
{
border-color: #89301C;
}
.TagClassName
{
border-color: #89301C;
}
</style>