Shades of Burnt Umber #892912
Tints of Burnt Umber #892912
RGB
CMYK
RGB Variations
Color information
#892912 (or 0x892912) is known color: Burnt Umber. HEX triplet: 89, 29 and 12. RGB value is (137,41,18). Sum of RGB (Red+Green+Blue) = 137+41+18=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #892912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892912 is #76D6ED. Grayscale: #434343. Windows color (decimal): -7788270 or 1190281. OLE color: 1190281.
HSL color Cylindrical-coordinate representation of color #892912: hue angle of 11.6º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #892912 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 18 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.46 |
| HSL | 11.6º | 0.77% | 0.3% | - |
| HSV(B) | 11.6º | 0.87% | 0.54% | - |
| XYZ | 11.22 | 6.95 | 1.32 | - |
| YUV | 67.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 18 | 0 | 0.70 | 0.87 | 0.46 | 11.6 | 0.77 | 0.3 |
| Hex | 89 | 29 | 12 | 0 | 46 | 57 | 2E | C | 4D | 1E |
| Octal | 211 | 51 | 22 | 0 | 106 | 127 | 56 | 14 | 115 | 36 |
| Binary | 10001001 | 101001 | 10010 | 0 | 1000110 | 1010111 | 101110 | 1100 | 1001101 | 11110 |
Color Harmonies of #892912
Complementary color
Monochromatic Colors of #892912
Black with #892912
Text Example
Text Example
White with #892912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892912; }
p { color: rgb(137,41,18); }
H1.HeaderClassName
{
color: #892912;
}
.AnyTagClassName
{
color: #892912;
}
</style>
background-color css
<style>
a { background-color: #892912; }
a { background-color: rgb(137,41,18); }
div.DivClassName
{
background-color: #892912;
}
.BgClassName
{
background-color: #892912;
}
</style>
border-color css
<style>
span { border-color: #892912; }
span { border-color: rgb(137,41,18); }
td.TdClassName
{
border-color: #892912;
}
.TagClassName
{
border-color: #892912;
}
</style>