Shades of Burnt Umber #902D16
Tints of Burnt Umber #902D16
RGB
CMYK
RGB Variations
Color information
#902D16 (or 0x902D16) is known color: Burnt Umber. HEX triplet: 90, 2D and 16. RGB value is (144,45,22). Sum of RGB (Red+Green+Blue) = 144+45+22=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #902D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902D16 is #6FD2E9. Grayscale: #484848. Windows color (decimal): -7328490 or 1453456. OLE color: 1453456.
HSL color Cylindrical-coordinate representation of color #902D16: hue angle of 11.31º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #902D16 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 45 | 22 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.44 |
| HSL | 11.31º | 0.73% | 0.33% | - |
| HSV(B) | 11.31º | 0.85% | 0.56% | - |
| XYZ | 12.58 | 7.86 | 1.61 | - |
| YUV | 71.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 22 | 0 | 0.69 | 0.85 | 0.44 | 11.31 | 0.73 | 0.33 |
| Hex | 90 | 2D | 16 | 0 | 45 | 55 | 2C | B | 49 | 21 |
| Octal | 220 | 55 | 26 | 0 | 105 | 125 | 54 | 13 | 111 | 41 |
| Binary | 10010000 | 101101 | 10110 | 0 | 1000101 | 1010101 | 101100 | 1011 | 1001001 | 100001 |
Color Harmonies of #902D16
Complementary color
Monochromatic Colors of #902D16
Black with #902D16
Text Example
Text Example
White with #902D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902D16; }
p { color: rgb(144,45,22); }
H1.HeaderClassName
{
color: #902D16;
}
.AnyTagClassName
{
color: #902D16;
}
</style>
background-color css
<style>
a { background-color: #902D16; }
a { background-color: rgb(144,45,22); }
div.DivClassName
{
background-color: #902D16;
}
.BgClassName
{
background-color: #902D16;
}
</style>
border-color css
<style>
span { border-color: #902D16; }
span { border-color: rgb(144,45,22); }
td.TdClassName
{
border-color: #902D16;
}
.TagClassName
{
border-color: #902D16;
}
</style>