Shades of Burnt Umber #902F16
Tints of Burnt Umber #902F16
RGB
CMYK
RGB Variations
Color information
#902F16 (or 0x902F16) is known color: Burnt Umber. HEX triplet: 90, 2F and 16. RGB value is (144,47,22). Sum of RGB (Red+Green+Blue) = 144+47+22=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #902F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902F16 is #6FD0E9. Grayscale: #494949. Windows color (decimal): -7327978 or 1453968. OLE color: 1453968.
HSL color Cylindrical-coordinate representation of color #902F16: hue angle of 12.3º 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 #902F16 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 22 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.44 |
| HSL | 12.3º | 0.73% | 0.33% | - |
| HSV(B) | 12.3º | 0.85% | 0.56% | - |
| XYZ | 12.66 | 8.02 | 1.64 | - |
| YUV | 73.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 22 | 0 | 0.67 | 0.85 | 0.44 | 12.3 | 0.73 | 0.33 |
| Hex | 90 | 2F | 16 | 0 | 43 | 55 | 2C | C | 49 | 21 |
| Octal | 220 | 57 | 26 | 0 | 103 | 125 | 54 | 14 | 111 | 41 |
| Binary | 10010000 | 101111 | 10110 | 0 | 1000011 | 1010101 | 101100 | 1100 | 1001001 | 100001 |
Color Harmonies of #902F16
Complementary color
Monochromatic Colors of #902F16
Black with #902F16
Text Example
Text Example
White with #902F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F16; }
p { color: rgb(144,47,22); }
H1.HeaderClassName
{
color: #902F16;
}
.AnyTagClassName
{
color: #902F16;
}
</style>
background-color css
<style>
a { background-color: #902F16; }
a { background-color: rgb(144,47,22); }
div.DivClassName
{
background-color: #902F16;
}
.BgClassName
{
background-color: #902F16;
}
</style>
border-color css
<style>
span { border-color: #902F16; }
span { border-color: rgb(144,47,22); }
td.TdClassName
{
border-color: #902F16;
}
.TagClassName
{
border-color: #902F16;
}
</style>