Shades of Burnt Umber #892F14
Tints of Burnt Umber #892F14
RGB
CMYK
RGB Variations
Color information
#892F14 (or 0x892F14) is known color: Burnt Umber. HEX triplet: 89, 2F and 14. RGB value is (137,47,20). Sum of RGB (Red+Green+Blue) = 137+47+20=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #892F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892F14 is #76D0EB. Grayscale: #474747. Windows color (decimal): -7786732 or 1322889. OLE color: 1322889.
HSL color Cylindrical-coordinate representation of color #892F14: hue angle of 13.85º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #892F14 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 20 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.46 |
| HSL | 13.85º | 0.75% | 0.31% | - |
| HSV(B) | 13.85º | 0.85% | 0.54% | - |
| XYZ | 11.46 | 7.4 | 1.49 | - |
| YUV | 70.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 20 | 0 | 0.66 | 0.85 | 0.46 | 13.85 | 0.75 | 0.31 |
| Hex | 89 | 2F | 14 | 0 | 42 | 55 | 2E | E | 4B | 1F |
| Octal | 211 | 57 | 24 | 0 | 102 | 125 | 56 | 16 | 113 | 37 |
| Binary | 10001001 | 101111 | 10100 | 0 | 1000010 | 1010101 | 101110 | 1110 | 1001011 | 11111 |
Color Harmonies of #892F14
Complementary color
Monochromatic Colors of #892F14
Black with #892F14
Text Example
Text Example
White with #892F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F14; }
p { color: rgb(137,47,20); }
H1.HeaderClassName
{
color: #892F14;
}
.AnyTagClassName
{
color: #892F14;
}
</style>
background-color css
<style>
a { background-color: #892F14; }
a { background-color: rgb(137,47,20); }
div.DivClassName
{
background-color: #892F14;
}
.BgClassName
{
background-color: #892F14;
}
</style>
border-color css
<style>
span { border-color: #892F14; }
span { border-color: rgb(137,47,20); }
td.TdClassName
{
border-color: #892F14;
}
.TagClassName
{
border-color: #892F14;
}
</style>