Shades of Burnt Umber #902A10
Tints of Burnt Umber #902A10
RGB
CMYK
RGB Variations
Color information
#902A10 (or 0x902A10) is known color: Burnt Umber. HEX triplet: 90, 2A and 10. RGB value is (144,42,16). Sum of RGB (Red+Green+Blue) = 144+42+16=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #902A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A10 is #6FD5EF. Grayscale: #454545. Windows color (decimal): -7329264 or 1059472. OLE color: 1059472.
HSL color Cylindrical-coordinate representation of color #902A10: hue angle of 12.19º 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 #902A10 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 16 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.44 |
| HSL | 12.19º | 0.8% | 0.31% | - |
| HSV(B) | 12.19º | 0.89% | 0.56% | - |
| XYZ | 12.42 | 7.62 | 1.31 | - |
| YUV | 69.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 16 | 0 | 0.71 | 0.89 | 0.44 | 12.19 | 0.8 | 0.31 |
| Hex | 90 | 2A | 10 | 0 | 47 | 59 | 2C | C | 50 | 1F |
| Octal | 220 | 52 | 20 | 0 | 107 | 131 | 54 | 14 | 120 | 37 |
| Binary | 10010000 | 101010 | 10000 | 0 | 1000111 | 1011001 | 101100 | 1100 | 1010000 | 11111 |
Color Harmonies of #902A10
Complementary color
Monochromatic Colors of #902A10
Black with #902A10
Text Example
Text Example
White with #902A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A10; }
p { color: rgb(144,42,16); }
H1.HeaderClassName
{
color: #902A10;
}
.AnyTagClassName
{
color: #902A10;
}
</style>
background-color css
<style>
a { background-color: #902A10; }
a { background-color: rgb(144,42,16); }
div.DivClassName
{
background-color: #902A10;
}
.BgClassName
{
background-color: #902A10;
}
</style>
border-color css
<style>
span { border-color: #902A10; }
span { border-color: rgb(144,42,16); }
td.TdClassName
{
border-color: #902A10;
}
.TagClassName
{
border-color: #902A10;
}
</style>