Shades of Burnt Umber #90341A
Tints of Burnt Umber #90341A
RGB
CMYK
RGB Variations
Color information
#90341A (or 0x90341A) is known color: Burnt Umber. HEX triplet: 90, 34 and 1A. RGB value is (144,52,26). Sum of RGB (Red+Green+Blue) = 144+52+26=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90341A is #6FCBE5. Grayscale: #4C4C4C. Windows color (decimal): -7326694 or 1717392. OLE color: 1717392.
HSL color Cylindrical-coordinate representation of color #90341A: hue angle of 13.22º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90341A is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 26 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.44 |
| HSL | 13.22º | 0.69% | 0.33% | - |
| HSV(B) | 13.22º | 0.82% | 0.56% | - |
| XYZ | 12.92 | 8.46 | 1.93 | - |
| YUV | 76.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 26 | 0 | 0.64 | 0.82 | 0.44 | 13.22 | 0.69 | 0.33 |
| Hex | 90 | 34 | 1A | 0 | 40 | 52 | 2C | D | 45 | 21 |
| Octal | 220 | 64 | 32 | 0 | 100 | 122 | 54 | 15 | 105 | 41 |
| Binary | 10010000 | 110100 | 11010 | 0 | 1000000 | 1010010 | 101100 | 1101 | 1000101 | 100001 |
Color Harmonies of #90341A
Complementary color
Monochromatic Colors of #90341A
Black with #90341A
Text Example
Text Example
White with #90341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90341A; }
p { color: rgb(144,52,26); }
H1.HeaderClassName
{
color: #90341A;
}
.AnyTagClassName
{
color: #90341A;
}
</style>
background-color css
<style>
a { background-color: #90341A; }
a { background-color: rgb(144,52,26); }
div.DivClassName
{
background-color: #90341A;
}
.BgClassName
{
background-color: #90341A;
}
</style>
border-color css
<style>
span { border-color: #90341A; }
span { border-color: rgb(144,52,26); }
td.TdClassName
{
border-color: #90341A;
}
.TagClassName
{
border-color: #90341A;
}
</style>