Shades of Burnt Umber #90341E
Tints of Burnt Umber #90341E
RGB
CMYK
RGB Variations
Color information
#90341E (or 0x90341E) is known color: Burnt Umber. HEX triplet: 90, 34 and 1E. RGB value is (144,52,30). Sum of RGB (Red+Green+Blue) = 144+52+30=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90341E is #6FCBE1. Grayscale: #4D4D4D. Windows color (decimal): -7326690 or 1979536. OLE color: 1979536.
HSL color Cylindrical-coordinate representation of color #90341E: hue angle of 11.58º 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 #90341E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 30 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.44 |
| HSL | 11.58º | 0.66% | 0.34% | - |
| HSV(B) | 11.58º | 0.79% | 0.56% | - |
| XYZ | 12.96 | 8.48 | 2.18 | - |
| YUV | 77 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 30 | 0 | 0.64 | 0.79 | 0.44 | 11.58 | 0.66 | 0.34 |
| Hex | 90 | 34 | 1E | 0 | 40 | 4F | 2C | C | 42 | 22 |
| Octal | 220 | 64 | 36 | 0 | 100 | 117 | 54 | 14 | 102 | 42 |
| Binary | 10010000 | 110100 | 11110 | 0 | 1000000 | 1001111 | 101100 | 1100 | 1000010 | 100010 |
Color Harmonies of #90341E
Complementary color
Monochromatic Colors of #90341E
Black with #90341E
Text Example
Text Example
White with #90341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90341E; }
p { color: rgb(144,52,30); }
H1.HeaderClassName
{
color: #90341E;
}
.AnyTagClassName
{
color: #90341E;
}
</style>
background-color css
<style>
a { background-color: #90341E; }
a { background-color: rgb(144,52,30); }
div.DivClassName
{
background-color: #90341E;
}
.BgClassName
{
background-color: #90341E;
}
</style>
border-color css
<style>
span { border-color: #90341E; }
span { border-color: rgb(144,52,30); }
td.TdClassName
{
border-color: #90341E;
}
.TagClassName
{
border-color: #90341E;
}
</style>