Shades of Burnt Umber #902A09
Tints of Burnt Umber #902A09
RGB
CMYK
RGB Variations
Color information
#902A09 (or 0x902A09) is known color: Burnt Umber. HEX triplet: 90, 2A and 09. RGB value is (144,42,9). Sum of RGB (Red+Green+Blue) = 144+42+9=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #902A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A09 is #6FD5F6. Grayscale: #444444. Windows color (decimal): -7329271 or 600720. OLE color: 600720.
HSL color Cylindrical-coordinate representation of color #902A09: hue angle of 14.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #902A09 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 9 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.44 |
| HSL | 14.67º | 0.88% | 0.3% | - |
| HSV(B) | 14.67º | 0.94% | 0.56% | - |
| XYZ | 12.38 | 7.6 | 1.07 | - |
| YUV | 68.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 9 | 0 | 0.71 | 0.94 | 0.44 | 14.67 | 0.88 | 0.3 |
| Hex | 90 | 2A | 9 | 0 | 47 | 5E | 2C | F | 58 | 1E |
| Octal | 220 | 52 | 11 | 0 | 107 | 136 | 54 | 17 | 130 | 36 |
| Binary | 10010000 | 101010 | 1001 | 0 | 1000111 | 1011110 | 101100 | 1111 | 1011000 | 11110 |
Color Harmonies of #902A09
Complementary color
Monochromatic Colors of #902A09
Black with #902A09
Text Example
Text Example
White with #902A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A09; }
p { color: rgb(144,42,9); }
H1.HeaderClassName
{
color: #902A09;
}
.AnyTagClassName
{
color: #902A09;
}
</style>
background-color css
<style>
a { background-color: #902A09; }
a { background-color: rgb(144,42,9); }
div.DivClassName
{
background-color: #902A09;
}
.BgClassName
{
background-color: #902A09;
}
</style>
border-color css
<style>
span { border-color: #902A09; }
span { border-color: rgb(144,42,9); }
td.TdClassName
{
border-color: #902A09;
}
.TagClassName
{
border-color: #902A09;
}
</style>