Shades of Burnt Umber #89321F
Tints of Burnt Umber #89321F
RGB
CMYK
RGB Variations
Color information
#89321F (or 0x89321F) is known color: Burnt Umber. HEX triplet: 89, 32 and 1F. RGB value is (137,50,31). Sum of RGB (Red+Green+Blue) = 137+50+31=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89321F is #76CDE0. Grayscale: #4A4A4A. Windows color (decimal): -7785953 or 2044553. OLE color: 2044553.
HSL color Cylindrical-coordinate representation of color #89321F: hue angle of 10.75º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89321F is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 31 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.46 |
| HSL | 10.75º | 0.63% | 0.33% | - |
| HSV(B) | 10.75º | 0.77% | 0.54% | - |
| XYZ | 11.7 | 7.7 | 2.17 | - |
| YUV | 73.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 31 | 0 | 0.64 | 0.77 | 0.46 | 10.75 | 0.63 | 0.33 |
| Hex | 89 | 32 | 1F | 0 | 40 | 4D | 2E | B | 3F | 21 |
| Octal | 211 | 62 | 37 | 0 | 100 | 115 | 56 | 13 | 77 | 41 |
| Binary | 10001001 | 110010 | 11111 | 0 | 1000000 | 1001101 | 101110 | 1011 | 111111 | 100001 |
Color Harmonies of #89321F
Complementary color
Monochromatic Colors of #89321F
Black with #89321F
Text Example
Text Example
White with #89321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89321F; }
p { color: rgb(137,50,31); }
H1.HeaderClassName
{
color: #89321F;
}
.AnyTagClassName
{
color: #89321F;
}
</style>
background-color css
<style>
a { background-color: #89321F; }
a { background-color: rgb(137,50,31); }
div.DivClassName
{
background-color: #89321F;
}
.BgClassName
{
background-color: #89321F;
}
</style>
border-color css
<style>
span { border-color: #89321F; }
span { border-color: rgb(137,50,31); }
td.TdClassName
{
border-color: #89321F;
}
.TagClassName
{
border-color: #89321F;
}
</style>