Shades of Burnt Umber #902B10
Tints of Burnt Umber #902B10
RGB
CMYK
RGB Variations
Color information
#902B10 (or 0x902B10) is known color: Burnt Umber. HEX triplet: 90, 2B and 10. RGB value is (144,43,16). Sum of RGB (Red+Green+Blue) = 144+43+16=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #902B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902B10 is #6FD4EF. Grayscale: #464646. Windows color (decimal): -7329008 or 1059728. OLE color: 1059728.
HSL color Cylindrical-coordinate representation of color #902B10: hue angle of 12.66º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #902B10 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 43 | 16 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.44 |
| HSL | 12.66º | 0.8% | 0.31% | - |
| HSV(B) | 12.66º | 0.89% | 0.56% | - |
| XYZ | 12.46 | 7.69 | 1.32 | - |
| YUV | 70.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 16 | 0 | 0.70 | 0.89 | 0.44 | 12.66 | 0.8 | 0.31 |
| Hex | 90 | 2B | 10 | 0 | 46 | 59 | 2C | D | 50 | 1F |
| Octal | 220 | 53 | 20 | 0 | 106 | 131 | 54 | 15 | 120 | 37 |
| Binary | 10010000 | 101011 | 10000 | 0 | 1000110 | 1011001 | 101100 | 1101 | 1010000 | 11111 |
Color Harmonies of #902B10
Complementary color
Monochromatic Colors of #902B10
Black with #902B10
Text Example
Text Example
White with #902B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902B10; }
p { color: rgb(144,43,16); }
H1.HeaderClassName
{
color: #902B10;
}
.AnyTagClassName
{
color: #902B10;
}
</style>
background-color css
<style>
a { background-color: #902B10; }
a { background-color: rgb(144,43,16); }
div.DivClassName
{
background-color: #902B10;
}
.BgClassName
{
background-color: #902B10;
}
</style>
border-color css
<style>
span { border-color: #902B10; }
span { border-color: rgb(144,43,16); }
td.TdClassName
{
border-color: #902B10;
}
.TagClassName
{
border-color: #902B10;
}
</style>