Shades of Burnt Umber #90321B
Tints of Burnt Umber #90321B
RGB
CMYK
RGB Variations
Color information
#90321B (or 0x90321B) is known color: Burnt Umber. HEX triplet: 90, 32 and 1B. RGB value is (144,50,27). Sum of RGB (Red+Green+Blue) = 144+50+27=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90321B is #6FCDE4. Grayscale: #4B4B4B. Windows color (decimal): -7327205 or 1782416. OLE color: 1782416.
HSL color Cylindrical-coordinate representation of color #90321B: hue angle of 11.79º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90321B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 27 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.44 |
| HSL | 11.79º | 0.68% | 0.34% | - |
| HSV(B) | 11.79º | 0.81% | 0.56% | - |
| XYZ | 12.84 | 8.29 | 1.96 | - |
| YUV | 75.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 27 | 0 | 0.65 | 0.81 | 0.44 | 11.79 | 0.68 | 0.34 |
| Hex | 90 | 32 | 1B | 0 | 41 | 51 | 2C | C | 44 | 22 |
| Octal | 220 | 62 | 33 | 0 | 101 | 121 | 54 | 14 | 104 | 42 |
| Binary | 10010000 | 110010 | 11011 | 0 | 1000001 | 1010001 | 101100 | 1100 | 1000100 | 100010 |
Color Harmonies of #90321B
Complementary color
Monochromatic Colors of #90321B
Black with #90321B
Text Example
Text Example
White with #90321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90321B; }
p { color: rgb(144,50,27); }
H1.HeaderClassName
{
color: #90321B;
}
.AnyTagClassName
{
color: #90321B;
}
</style>
background-color css
<style>
a { background-color: #90321B; }
a { background-color: rgb(144,50,27); }
div.DivClassName
{
background-color: #90321B;
}
.BgClassName
{
background-color: #90321B;
}
</style>
border-color css
<style>
span { border-color: #90321B; }
span { border-color: rgb(144,50,27); }
td.TdClassName
{
border-color: #90321B;
}
.TagClassName
{
border-color: #90321B;
}
</style>