Shades of Burnt Umber #902A0E
Tints of Burnt Umber #902A0E
RGB
CMYK
RGB Variations
Color information
#902A0E (or 0x902A0E) is known color: Burnt Umber. HEX triplet: 90, 2A and 0E. RGB value is (144,42,14). Sum of RGB (Red+Green+Blue) = 144+42+14=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #902A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A0E is #6FD5F1. Grayscale: #454545. Windows color (decimal): -7329266 or 928400. OLE color: 928400.
HSL color Cylindrical-coordinate representation of color #902A0E: hue angle of 12.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #902A0E is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 14 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.44 |
| HSL | 12.92º | 0.82% | 0.31% | - |
| HSV(B) | 12.92º | 0.9% | 0.56% | - |
| XYZ | 12.41 | 7.62 | 1.23 | - |
| YUV | 69.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 14 | 0 | 0.71 | 0.90 | 0.44 | 12.92 | 0.82 | 0.31 |
| Hex | 90 | 2A | E | 0 | 47 | 5A | 2C | D | 52 | 1F |
| Octal | 220 | 52 | 16 | 0 | 107 | 132 | 54 | 15 | 122 | 37 |
| Binary | 10010000 | 101010 | 1110 | 0 | 1000111 | 1011010 | 101100 | 1101 | 1010010 | 11111 |
Color Harmonies of #902A0E
Complementary color
Monochromatic Colors of #902A0E
Black with #902A0E
Text Example
Text Example
White with #902A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A0E; }
p { color: rgb(144,42,14); }
H1.HeaderClassName
{
color: #902A0E;
}
.AnyTagClassName
{
color: #902A0E;
}
</style>
background-color css
<style>
a { background-color: #902A0E; }
a { background-color: rgb(144,42,14); }
div.DivClassName
{
background-color: #902A0E;
}
.BgClassName
{
background-color: #902A0E;
}
</style>
border-color css
<style>
span { border-color: #902A0E; }
span { border-color: rgb(144,42,14); }
td.TdClassName
{
border-color: #902A0E;
}
.TagClassName
{
border-color: #902A0E;
}
</style>