Shades of Burnt Umber #90300E
Tints of Burnt Umber #90300E
RGB
CMYK
RGB Variations
Color information
#90300E (or 0x90300E) is known color: Burnt Umber. HEX triplet: 90, 30 and 0E. RGB value is (144,48,14). Sum of RGB (Red+Green+Blue) = 144+48+14=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90300E is #6FCFF1. Grayscale: #494949. Windows color (decimal): -7327730 or 929936. OLE color: 929936.
HSL color Cylindrical-coordinate representation of color #90300E: hue angle of 15.69º 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 #90300E is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 14 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.44 |
| HSL | 15.69º | 0.82% | 0.31% | - |
| HSV(B) | 15.69º | 0.9% | 0.56% | - |
| XYZ | 12.64 | 8.07 | 1.31 | - |
| YUV | 72.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 14 | 0 | 0.67 | 0.90 | 0.44 | 15.69 | 0.82 | 0.31 |
| Hex | 90 | 30 | E | 0 | 43 | 5A | 2C | 10 | 52 | 1F |
| Octal | 220 | 60 | 16 | 0 | 103 | 132 | 54 | 20 | 122 | 37 |
| Binary | 10010000 | 110000 | 1110 | 0 | 1000011 | 1011010 | 101100 | 10000 | 1010010 | 11111 |
Color Harmonies of #90300E
Complementary color
Monochromatic Colors of #90300E
Black with #90300E
Text Example
Text Example
White with #90300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90300E; }
p { color: rgb(144,48,14); }
H1.HeaderClassName
{
color: #90300E;
}
.AnyTagClassName
{
color: #90300E;
}
</style>
background-color css
<style>
a { background-color: #90300E; }
a { background-color: rgb(144,48,14); }
div.DivClassName
{
background-color: #90300E;
}
.BgClassName
{
background-color: #90300E;
}
</style>
border-color css
<style>
span { border-color: #90300E; }
span { border-color: rgb(144,48,14); }
td.TdClassName
{
border-color: #90300E;
}
.TagClassName
{
border-color: #90300E;
}
</style>