Shades of Burnt Umber #90351E
Tints of Burnt Umber #90351E
RGB
CMYK
RGB Variations
Color information
#90351E (or 0x90351E) is known color: Burnt Umber. HEX triplet: 90, 35 and 1E. RGB value is (144,53,30). Sum of RGB (Red+Green+Blue) = 144+53+30=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90351E is #6FCAE1. Grayscale: #4D4D4D. Windows color (decimal): -7326434 or 1979792. OLE color: 1979792.
HSL color Cylindrical-coordinate representation of color #90351E: hue angle of 12.11º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90351E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 30 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.44 |
| HSL | 12.11º | 0.66% | 0.34% | - |
| HSV(B) | 12.11º | 0.79% | 0.56% | - |
| XYZ | 13.01 | 8.57 | 2.2 | - |
| YUV | 77.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 30 | 0 | 0.63 | 0.79 | 0.44 | 12.11 | 0.66 | 0.34 |
| Hex | 90 | 35 | 1E | 0 | 3F | 4F | 2C | C | 42 | 22 |
| Octal | 220 | 65 | 36 | 0 | 77 | 117 | 54 | 14 | 102 | 42 |
| Binary | 10010000 | 110101 | 11110 | 0 | 111111 | 1001111 | 101100 | 1100 | 1000010 | 100010 |
Color Harmonies of #90351E
Complementary color
Monochromatic Colors of #90351E
Black with #90351E
Text Example
Text Example
White with #90351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90351E; }
p { color: rgb(144,53,30); }
H1.HeaderClassName
{
color: #90351E;
}
.AnyTagClassName
{
color: #90351E;
}
</style>
background-color css
<style>
a { background-color: #90351E; }
a { background-color: rgb(144,53,30); }
div.DivClassName
{
background-color: #90351E;
}
.BgClassName
{
background-color: #90351E;
}
</style>
border-color css
<style>
span { border-color: #90351E; }
span { border-color: rgb(144,53,30); }
td.TdClassName
{
border-color: #90351E;
}
.TagClassName
{
border-color: #90351E;
}
</style>