Shades of Burnt Umber #902805
Tints of Burnt Umber #902805
RGB
CMYK
RGB Variations
Color information
#902805 (or 0x902805) is known color: Burnt Umber. HEX triplet: 90, 28 and 05. RGB value is (144,40,5). Sum of RGB (Red+Green+Blue) = 144+40+5=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #902805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902805 is #6FD7FA. Grayscale: #434343. Windows color (decimal): -7329787 or 338064. OLE color: 338064.
HSL color Cylindrical-coordinate representation of color #902805: hue angle of 15.11º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #902805 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.44 |
| HSL | 15.11º | 0.93% | 0.29% | - |
| HSV(B) | 15.11º | 0.97% | 0.56% | - |
| XYZ | 12.29 | 7.46 | 0.94 | - |
| YUV | 67.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 5 | 0 | 0.72 | 0.97 | 0.44 | 15.11 | 0.93 | 0.29 |
| Hex | 90 | 28 | 5 | 0 | 48 | 61 | 2C | F | 5D | 1D |
| Octal | 220 | 50 | 5 | 0 | 110 | 141 | 54 | 17 | 135 | 35 |
| Binary | 10010000 | 101000 | 101 | 0 | 1001000 | 1100001 | 101100 | 1111 | 1011101 | 11101 |
Color Harmonies of #902805
Complementary color
Monochromatic Colors of #902805
Black with #902805
Text Example
Text Example
White with #902805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902805; }
p { color: rgb(144,40,5); }
H1.HeaderClassName
{
color: #902805;
}
.AnyTagClassName
{
color: #902805;
}
</style>
background-color css
<style>
a { background-color: #902805; }
a { background-color: rgb(144,40,5); }
div.DivClassName
{
background-color: #902805;
}
.BgClassName
{
background-color: #902805;
}
</style>
border-color css
<style>
span { border-color: #902805; }
span { border-color: rgb(144,40,5); }
td.TdClassName
{
border-color: #902805;
}
.TagClassName
{
border-color: #902805;
}
</style>