Shades of Burnt Umber #902810
Tints of Burnt Umber #902810
RGB
CMYK
RGB Variations
Color information
#902810 (or 0x902810) is known color: Burnt Umber. HEX triplet: 90, 28 and 10. RGB value is (144,40,16). Sum of RGB (Red+Green+Blue) = 144+40+16=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #902810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902810 is #6FD7EF. Grayscale: #444444. Windows color (decimal): -7329776 or 1058960. OLE color: 1058960.
HSL color Cylindrical-coordinate representation of color #902810: hue angle of 11.25º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #902810 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 16 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.44 |
| HSL | 11.25º | 0.8% | 0.31% | - |
| HSV(B) | 11.25º | 0.89% | 0.56% | - |
| XYZ | 12.35 | 7.48 | 1.28 | - |
| YUV | 68.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 16 | 0 | 0.72 | 0.89 | 0.44 | 11.25 | 0.8 | 0.31 |
| Hex | 90 | 28 | 10 | 0 | 48 | 59 | 2C | B | 50 | 1F |
| Octal | 220 | 50 | 20 | 0 | 110 | 131 | 54 | 13 | 120 | 37 |
| Binary | 10010000 | 101000 | 10000 | 0 | 1001000 | 1011001 | 101100 | 1011 | 1010000 | 11111 |
Color Harmonies of #902810
Complementary color
Monochromatic Colors of #902810
Black with #902810
Text Example
Text Example
White with #902810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902810; }
p { color: rgb(144,40,16); }
H1.HeaderClassName
{
color: #902810;
}
.AnyTagClassName
{
color: #902810;
}
</style>
background-color css
<style>
a { background-color: #902810; }
a { background-color: rgb(144,40,16); }
div.DivClassName
{
background-color: #902810;
}
.BgClassName
{
background-color: #902810;
}
</style>
border-color css
<style>
span { border-color: #902810; }
span { border-color: rgb(144,40,16); }
td.TdClassName
{
border-color: #902810;
}
.TagClassName
{
border-color: #902810;
}
</style>