Shades of Burnt Umber #902C16
Tints of Burnt Umber #902C16
RGB
CMYK
RGB Variations
Color information
#902C16 (or 0x902C16) is known color: Burnt Umber. HEX triplet: 90, 2C and 16. RGB value is (144,44,22). Sum of RGB (Red+Green+Blue) = 144+44+22=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #902C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902C16 is #6FD3E9. Grayscale: #474747. Windows color (decimal): -7328746 or 1453200. OLE color: 1453200.
HSL color Cylindrical-coordinate representation of color #902C16: hue angle of 10.82º 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 #902C16 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 22 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.44 |
| HSL | 10.82º | 0.73% | 0.33% | - |
| HSV(B) | 10.82º | 0.85% | 0.56% | - |
| XYZ | 12.55 | 7.79 | 1.6 | - |
| YUV | 71.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 22 | 0 | 0.69 | 0.85 | 0.44 | 10.82 | 0.73 | 0.33 |
| Hex | 90 | 2C | 16 | 0 | 45 | 55 | 2C | B | 49 | 21 |
| Octal | 220 | 54 | 26 | 0 | 105 | 125 | 54 | 13 | 111 | 41 |
| Binary | 10010000 | 101100 | 10110 | 0 | 1000101 | 1010101 | 101100 | 1011 | 1001001 | 100001 |
Color Harmonies of #902C16
Complementary color
Monochromatic Colors of #902C16
Black with #902C16
Text Example
Text Example
White with #902C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C16; }
p { color: rgb(144,44,22); }
H1.HeaderClassName
{
color: #902C16;
}
.AnyTagClassName
{
color: #902C16;
}
</style>
background-color css
<style>
a { background-color: #902C16; }
a { background-color: rgb(144,44,22); }
div.DivClassName
{
background-color: #902C16;
}
.BgClassName
{
background-color: #902C16;
}
</style>
border-color css
<style>
span { border-color: #902C16; }
span { border-color: rgb(144,44,22); }
td.TdClassName
{
border-color: #902C16;
}
.TagClassName
{
border-color: #902C16;
}
</style>