Shades of Burnt Umber #902804
Tints of Burnt Umber #902804
RGB
CMYK
RGB Variations
Color information
#902804 (or 0x902804) is known color: Burnt Umber. HEX triplet: 90, 28 and 04. RGB value is (144,40,4). Sum of RGB (Red+Green+Blue) = 144+40+4=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #902804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902804 is #6FD7FB. Grayscale: #434343. Windows color (decimal): -7329788 or 272528. OLE color: 272528.
HSL color Cylindrical-coordinate representation of color #902804: hue angle of 15.43º degrees, saturation: 0.95, 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 #902804 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 4 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.44 |
| HSL | 15.43º | 0.95% | 0.29% | - |
| HSV(B) | 15.43º | 0.97% | 0.56% | - |
| XYZ | 12.28 | 7.46 | 0.91 | - |
| YUV | 66.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 4 | 0 | 0.72 | 0.97 | 0.44 | 15.43 | 0.95 | 0.29 |
| Hex | 90 | 28 | 4 | 0 | 48 | 61 | 2C | F | 5F | 1D |
| Octal | 220 | 50 | 4 | 0 | 110 | 141 | 54 | 17 | 137 | 35 |
| Binary | 10010000 | 101000 | 100 | 0 | 1001000 | 1100001 | 101100 | 1111 | 1011111 | 11101 |
Color Harmonies of #902804
Complementary color
Monochromatic Colors of #902804
Black with #902804
Text Example
Text Example
White with #902804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902804; }
p { color: rgb(144,40,4); }
H1.HeaderClassName
{
color: #902804;
}
.AnyTagClassName
{
color: #902804;
}
</style>
background-color css
<style>
a { background-color: #902804; }
a { background-color: rgb(144,40,4); }
div.DivClassName
{
background-color: #902804;
}
.BgClassName
{
background-color: #902804;
}
</style>
border-color css
<style>
span { border-color: #902804; }
span { border-color: rgb(144,40,4); }
td.TdClassName
{
border-color: #902804;
}
.TagClassName
{
border-color: #902804;
}
</style>