Shades of Burnt Umber #89331A
Tints of Burnt Umber #89331A
RGB
CMYK
RGB Variations
Color information
#89331A (or 0x89331A) is known color: Burnt Umber. HEX triplet: 89, 33 and 1A. RGB value is (137,51,26). Sum of RGB (Red+Green+Blue) = 137+51+26=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89331A is #76CCE5. Grayscale: #4A4A4A. Windows color (decimal): -7785702 or 1717129. OLE color: 1717129.
HSL color Cylindrical-coordinate representation of color #89331A: hue angle of 13.51º 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 #89331A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 26 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.46 |
| HSL | 13.51º | 0.68% | 0.32% | - |
| HSV(B) | 13.51º | 0.81% | 0.54% | - |
| XYZ | 11.69 | 7.76 | 1.86 | - |
| YUV | 73.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 26 | 0 | 0.63 | 0.81 | 0.46 | 13.51 | 0.68 | 0.32 |
| Hex | 89 | 33 | 1A | 0 | 3F | 51 | 2E | E | 44 | 20 |
| Octal | 211 | 63 | 32 | 0 | 77 | 121 | 56 | 16 | 104 | 40 |
| Binary | 10001001 | 110011 | 11010 | 0 | 111111 | 1010001 | 101110 | 1110 | 1000100 | 100000 |
Color Harmonies of #89331A
Complementary color
Monochromatic Colors of #89331A
Black with #89331A
Text Example
Text Example
White with #89331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89331A; }
p { color: rgb(137,51,26); }
H1.HeaderClassName
{
color: #89331A;
}
.AnyTagClassName
{
color: #89331A;
}
</style>
background-color css
<style>
a { background-color: #89331A; }
a { background-color: rgb(137,51,26); }
div.DivClassName
{
background-color: #89331A;
}
.BgClassName
{
background-color: #89331A;
}
</style>
border-color css
<style>
span { border-color: #89331A; }
span { border-color: rgb(137,51,26); }
td.TdClassName
{
border-color: #89331A;
}
.TagClassName
{
border-color: #89331A;
}
</style>