Shades of Burnt Umber #902E16
Tints of Burnt Umber #902E16
RGB
CMYK
RGB Variations
Color information
#902E16 (or 0x902E16) is known color: Burnt Umber. HEX triplet: 90, 2E and 16. RGB value is (144,46,22). Sum of RGB (Red+Green+Blue) = 144+46+22=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #902E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902E16 is #6FD1E9. Grayscale: #484848. Windows color (decimal): -7328234 or 1453712. OLE color: 1453712.
HSL color Cylindrical-coordinate representation of color #902E16: hue angle of 11.8º 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 #902E16 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 46 | 22 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.44 |
| HSL | 11.8º | 0.73% | 0.33% | - |
| HSV(B) | 11.8º | 0.85% | 0.56% | - |
| XYZ | 12.62 | 7.94 | 1.63 | - |
| YUV | 72.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 22 | 0 | 0.68 | 0.85 | 0.44 | 11.8 | 0.73 | 0.33 |
| Hex | 90 | 2E | 16 | 0 | 44 | 55 | 2C | C | 49 | 21 |
| Octal | 220 | 56 | 26 | 0 | 104 | 125 | 54 | 14 | 111 | 41 |
| Binary | 10010000 | 101110 | 10110 | 0 | 1000100 | 1010101 | 101100 | 1100 | 1001001 | 100001 |
Color Harmonies of #902E16
Complementary color
Monochromatic Colors of #902E16
Black with #902E16
Text Example
Text Example
White with #902E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902E16; }
p { color: rgb(144,46,22); }
H1.HeaderClassName
{
color: #902E16;
}
.AnyTagClassName
{
color: #902E16;
}
</style>
background-color css
<style>
a { background-color: #902E16; }
a { background-color: rgb(144,46,22); }
div.DivClassName
{
background-color: #902E16;
}
.BgClassName
{
background-color: #902E16;
}
</style>
border-color css
<style>
span { border-color: #902E16; }
span { border-color: rgb(144,46,22); }
td.TdClassName
{
border-color: #902E16;
}
.TagClassName
{
border-color: #902E16;
}
</style>