Shades of Burnt Umber #902A0C
Tints of Burnt Umber #902A0C
RGB
CMYK
RGB Variations
Color information
#902A0C (or 0x902A0C) is known color: Burnt Umber. HEX triplet: 90, 2A and 0C. RGB value is (144,42,12). Sum of RGB (Red+Green+Blue) = 144+42+12=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #902A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A0C is #6FD5F3. Grayscale: #454545. Windows color (decimal): -7329268 or 797328. OLE color: 797328.
HSL color Cylindrical-coordinate representation of color #902A0C: hue angle of 13.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #902A0C is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 12 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.44 |
| HSL | 13.64º | 0.85% | 0.31% | - |
| HSV(B) | 13.64º | 0.92% | 0.56% | - |
| XYZ | 12.4 | 7.61 | 1.16 | - |
| YUV | 69.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 12 | 0 | 0.71 | 0.92 | 0.44 | 13.64 | 0.85 | 0.31 |
| Hex | 90 | 2A | C | 0 | 47 | 5C | 2C | E | 55 | 1F |
| Octal | 220 | 52 | 14 | 0 | 107 | 134 | 54 | 16 | 125 | 37 |
| Binary | 10010000 | 101010 | 1100 | 0 | 1000111 | 1011100 | 101100 | 1110 | 1010101 | 11111 |
Color Harmonies of #902A0C
Complementary color
Monochromatic Colors of #902A0C
Black with #902A0C
Text Example
Text Example
White with #902A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A0C; }
p { color: rgb(144,42,12); }
H1.HeaderClassName
{
color: #902A0C;
}
.AnyTagClassName
{
color: #902A0C;
}
</style>
background-color css
<style>
a { background-color: #902A0C; }
a { background-color: rgb(144,42,12); }
div.DivClassName
{
background-color: #902A0C;
}
.BgClassName
{
background-color: #902A0C;
}
</style>
border-color css
<style>
span { border-color: #902A0C; }
span { border-color: rgb(144,42,12); }
td.TdClassName
{
border-color: #902A0C;
}
.TagClassName
{
border-color: #902A0C;
}
</style>