Shades of Burnt Umber #90280B
Tints of Burnt Umber #90280B
RGB
CMYK
RGB Variations
Color information
#90280B (or 0x90280B) is known color: Burnt Umber. HEX triplet: 90, 28 and 0B. RGB value is (144,40,11). Sum of RGB (Red+Green+Blue) = 144+40+11=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90280B is #6FD7F4. Grayscale: #444444. Windows color (decimal): -7329781 or 731280. OLE color: 731280.
HSL color Cylindrical-coordinate representation of color #90280B: hue angle of 13.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90280B is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 11 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.44 |
| HSL | 13.08º | 0.86% | 0.3% | - |
| HSV(B) | 13.08º | 0.92% | 0.56% | - |
| XYZ | 12.32 | 7.47 | 1.11 | - |
| YUV | 67.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 11 | 0 | 0.72 | 0.92 | 0.44 | 13.08 | 0.86 | 0.3 |
| Hex | 90 | 28 | B | 0 | 48 | 5C | 2C | D | 56 | 1E |
| Octal | 220 | 50 | 13 | 0 | 110 | 134 | 54 | 15 | 126 | 36 |
| Binary | 10010000 | 101000 | 1011 | 0 | 1001000 | 1011100 | 101100 | 1101 | 1010110 | 11110 |
Color Harmonies of #90280B
Complementary color
Monochromatic Colors of #90280B
Black with #90280B
Text Example
Text Example
White with #90280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90280B; }
p { color: rgb(144,40,11); }
H1.HeaderClassName
{
color: #90280B;
}
.AnyTagClassName
{
color: #90280B;
}
</style>
background-color css
<style>
a { background-color: #90280B; }
a { background-color: rgb(144,40,11); }
div.DivClassName
{
background-color: #90280B;
}
.BgClassName
{
background-color: #90280B;
}
</style>
border-color css
<style>
span { border-color: #90280B; }
span { border-color: rgb(144,40,11); }
td.TdClassName
{
border-color: #90280B;
}
.TagClassName
{
border-color: #90280B;
}
</style>