Shades of Burnt Umber #892D0D
Tints of Burnt Umber #892D0D
RGB
CMYK
RGB Variations
Color information
#892D0D (or 0x892D0D) is known color: Burnt Umber. HEX triplet: 89, 2D and 0D. RGB value is (137,45,13). Sum of RGB (Red+Green+Blue) = 137+45+13=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #892D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892D0D is #76D2F2. Grayscale: #454545. Windows color (decimal): -7787251 or 863625. OLE color: 863625.
HSL color Cylindrical-coordinate representation of color #892D0D: hue angle of 15.48º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #892D0D is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 13 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.46 |
| HSL | 15.48º | 0.83% | 0.29% | - |
| HSV(B) | 15.48º | 0.91% | 0.54% | - |
| XYZ | 11.33 | 7.22 | 1.18 | - |
| YUV | 68.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 13 | 0 | 0.67 | 0.91 | 0.46 | 15.48 | 0.83 | 0.29 |
| Hex | 89 | 2D | D | 0 | 43 | 5B | 2E | F | 53 | 1D |
| Octal | 211 | 55 | 15 | 0 | 103 | 133 | 56 | 17 | 123 | 35 |
| Binary | 10001001 | 101101 | 1101 | 0 | 1000011 | 1011011 | 101110 | 1111 | 1010011 | 11101 |
Color Harmonies of #892D0D
Complementary color
Monochromatic Colors of #892D0D
Black with #892D0D
Text Example
Text Example
White with #892D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D0D; }
p { color: rgb(137,45,13); }
H1.HeaderClassName
{
color: #892D0D;
}
.AnyTagClassName
{
color: #892D0D;
}
</style>
background-color css
<style>
a { background-color: #892D0D; }
a { background-color: rgb(137,45,13); }
div.DivClassName
{
background-color: #892D0D;
}
.BgClassName
{
background-color: #892D0D;
}
</style>
border-color css
<style>
span { border-color: #892D0D; }
span { border-color: rgb(137,45,13); }
td.TdClassName
{
border-color: #892D0D;
}
.TagClassName
{
border-color: #892D0D;
}
</style>