Shades of Burnt Umber #892D0F
Tints of Burnt Umber #892D0F
RGB
CMYK
RGB Variations
Color information
#892D0F (or 0x892D0F) is known color: Burnt Umber. HEX triplet: 89, 2D and 0F. RGB value is (137,45,15). Sum of RGB (Red+Green+Blue) = 137+45+15=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #892D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892D0F is #76D2F0. Grayscale: #454545. Windows color (decimal): -7787249 or 994697. OLE color: 994697.
HSL color Cylindrical-coordinate representation of color #892D0F: hue angle of 14.75º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #892D0F is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 15 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.46 |
| HSL | 14.75º | 0.8% | 0.3% | - |
| HSV(B) | 14.75º | 0.89% | 0.54% | - |
| XYZ | 11.34 | 7.23 | 1.25 | - |
| YUV | 69.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 15 | 0 | 0.67 | 0.89 | 0.46 | 14.75 | 0.8 | 0.3 |
| Hex | 89 | 2D | F | 0 | 43 | 59 | 2E | F | 50 | 1E |
| Octal | 211 | 55 | 17 | 0 | 103 | 131 | 56 | 17 | 120 | 36 |
| Binary | 10001001 | 101101 | 1111 | 0 | 1000011 | 1011001 | 101110 | 1111 | 1010000 | 11110 |
Color Harmonies of #892D0F
Complementary color
Monochromatic Colors of #892D0F
Black with #892D0F
Text Example
Text Example
White with #892D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D0F; }
p { color: rgb(137,45,15); }
H1.HeaderClassName
{
color: #892D0F;
}
.AnyTagClassName
{
color: #892D0F;
}
</style>
background-color css
<style>
a { background-color: #892D0F; }
a { background-color: rgb(137,45,15); }
div.DivClassName
{
background-color: #892D0F;
}
.BgClassName
{
background-color: #892D0F;
}
</style>
border-color css
<style>
span { border-color: #892D0F; }
span { border-color: rgb(137,45,15); }
td.TdClassName
{
border-color: #892D0F;
}
.TagClassName
{
border-color: #892D0F;
}
</style>