Shades of Burnt Umber #902814
Tints of Burnt Umber #902814
RGB
CMYK
RGB Variations
Color information
#902814 (or 0x902814) is known color: Burnt Umber. HEX triplet: 90, 28 and 14. RGB value is (144,40,20). Sum of RGB (Red+Green+Blue) = 144+40+20=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #902814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902814 is #6FD7EB. Grayscale: #454545. Windows color (decimal): -7329772 or 1321104. OLE color: 1321104.
HSL color Cylindrical-coordinate representation of color #902814: hue angle of 9.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #902814 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 20 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.44 |
| HSL | 9.68º | 0.76% | 0.32% | - |
| HSV(B) | 9.68º | 0.86% | 0.56% | - |
| XYZ | 12.39 | 7.5 | 1.46 | - |
| YUV | 68.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 20 | 0 | 0.72 | 0.86 | 0.44 | 9.68 | 0.76 | 0.32 |
| Hex | 90 | 28 | 14 | 0 | 48 | 56 | 2C | A | 4C | 20 |
| Octal | 220 | 50 | 24 | 0 | 110 | 126 | 54 | 12 | 114 | 40 |
| Binary | 10010000 | 101000 | 10100 | 0 | 1001000 | 1010110 | 101100 | 1010 | 1001100 | 100000 |
Color Harmonies of #902814
Complementary color
Monochromatic Colors of #902814
Black with #902814
Text Example
Text Example
White with #902814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902814; }
p { color: rgb(144,40,20); }
H1.HeaderClassName
{
color: #902814;
}
.AnyTagClassName
{
color: #902814;
}
</style>
background-color css
<style>
a { background-color: #902814; }
a { background-color: rgb(144,40,20); }
div.DivClassName
{
background-color: #902814;
}
.BgClassName
{
background-color: #902814;
}
</style>
border-color css
<style>
span { border-color: #902814; }
span { border-color: rgb(144,40,20); }
td.TdClassName
{
border-color: #902814;
}
.TagClassName
{
border-color: #902814;
}
</style>