Shades of Burnt Umber #892F11
Tints of Burnt Umber #892F11
RGB
CMYK
RGB Variations
Color information
#892F11 (or 0x892F11) is known color: Burnt Umber. HEX triplet: 89, 2F and 11. RGB value is (137,47,17). Sum of RGB (Red+Green+Blue) = 137+47+17=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #892F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892F11 is #76D0EE. Grayscale: #464646. Windows color (decimal): -7786735 or 1126281. OLE color: 1126281.
HSL color Cylindrical-coordinate representation of color #892F11: hue angle of 15º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #892F11 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 17 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.46 |
| HSL | 15º | 0.78% | 0.3% | - |
| HSV(B) | 15º | 0.88% | 0.54% | - |
| XYZ | 11.43 | 7.39 | 1.35 | - |
| YUV | 70.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 17 | 0 | 0.66 | 0.88 | 0.46 | 15 | 0.78 | 0.3 |
| Hex | 89 | 2F | 11 | 0 | 42 | 58 | 2E | F | 4E | 1E |
| Octal | 211 | 57 | 21 | 0 | 102 | 130 | 56 | 17 | 116 | 36 |
| Binary | 10001001 | 101111 | 10001 | 0 | 1000010 | 1011000 | 101110 | 1111 | 1001110 | 11110 |
Color Harmonies of #892F11
Complementary color
Monochromatic Colors of #892F11
Black with #892F11
Text Example
Text Example
White with #892F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F11; }
p { color: rgb(137,47,17); }
H1.HeaderClassName
{
color: #892F11;
}
.AnyTagClassName
{
color: #892F11;
}
</style>
background-color css
<style>
a { background-color: #892F11; }
a { background-color: rgb(137,47,17); }
div.DivClassName
{
background-color: #892F11;
}
.BgClassName
{
background-color: #892F11;
}
</style>
border-color css
<style>
span { border-color: #892F11; }
span { border-color: rgb(137,47,17); }
td.TdClassName
{
border-color: #892F11;
}
.TagClassName
{
border-color: #892F11;
}
</style>