Shades of Burnt Umber #89341F
Tints of Burnt Umber #89341F
RGB
CMYK
RGB Variations
Color information
#89341F (or 0x89341F) is known color: Burnt Umber. HEX triplet: 89, 34 and 1F. RGB value is (137,52,31). Sum of RGB (Red+Green+Blue) = 137+52+31=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89341F is #76CBE0. Grayscale: #4B4B4B. Windows color (decimal): -7785441 or 2045065. OLE color: 2045065.
HSL color Cylindrical-coordinate representation of color #89341F: hue angle of 11.89º 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 #89341F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 31 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.46 |
| HSL | 11.89º | 0.63% | 0.33% | - |
| HSV(B) | 11.89º | 0.77% | 0.54% | - |
| XYZ | 11.79 | 7.87 | 2.19 | - |
| YUV | 75.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 31 | 0 | 0.62 | 0.77 | 0.46 | 11.89 | 0.63 | 0.33 |
| Hex | 89 | 34 | 1F | 0 | 3E | 4D | 2E | C | 3F | 21 |
| Octal | 211 | 64 | 37 | 0 | 76 | 115 | 56 | 14 | 77 | 41 |
| Binary | 10001001 | 110100 | 11111 | 0 | 111110 | 1001101 | 101110 | 1100 | 111111 | 100001 |
Color Harmonies of #89341F
Complementary color
Monochromatic Colors of #89341F
Black with #89341F
Text Example
Text Example
White with #89341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89341F; }
p { color: rgb(137,52,31); }
H1.HeaderClassName
{
color: #89341F;
}
.AnyTagClassName
{
color: #89341F;
}
</style>
background-color css
<style>
a { background-color: #89341F; }
a { background-color: rgb(137,52,31); }
div.DivClassName
{
background-color: #89341F;
}
.BgClassName
{
background-color: #89341F;
}
</style>
border-color css
<style>
span { border-color: #89341F; }
span { border-color: rgb(137,52,31); }
td.TdClassName
{
border-color: #89341F;
}
.TagClassName
{
border-color: #89341F;
}
</style>