Shades of Burnt Umber #902F15
Tints of Burnt Umber #902F15
RGB
CMYK
RGB Variations
Color information
#902F15 (or 0x902F15) is known color: Burnt Umber. HEX triplet: 90, 2F and 15. RGB value is (144,47,21). Sum of RGB (Red+Green+Blue) = 144+47+21=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #902F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902F15 is #6FD0EA. Grayscale: #494949. Windows color (decimal): -7327979 or 1388432. OLE color: 1388432.
HSL color Cylindrical-coordinate representation of color #902F15: hue angle of 12.68º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #902F15 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 21 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.44 |
| HSL | 12.68º | 0.75% | 0.32% | - |
| HSV(B) | 12.68º | 0.85% | 0.56% | - |
| XYZ | 12.65 | 8.02 | 1.59 | - |
| YUV | 73.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 21 | 0 | 0.67 | 0.85 | 0.44 | 12.68 | 0.75 | 0.32 |
| Hex | 90 | 2F | 15 | 0 | 43 | 55 | 2C | D | 4B | 20 |
| Octal | 220 | 57 | 25 | 0 | 103 | 125 | 54 | 15 | 113 | 40 |
| Binary | 10010000 | 101111 | 10101 | 0 | 1000011 | 1010101 | 101100 | 1101 | 1001011 | 100000 |
Color Harmonies of #902F15
Complementary color
Monochromatic Colors of #902F15
Black with #902F15
Text Example
Text Example
White with #902F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F15; }
p { color: rgb(144,47,21); }
H1.HeaderClassName
{
color: #902F15;
}
.AnyTagClassName
{
color: #902F15;
}
</style>
background-color css
<style>
a { background-color: #902F15; }
a { background-color: rgb(144,47,21); }
div.DivClassName
{
background-color: #902F15;
}
.BgClassName
{
background-color: #902F15;
}
</style>
border-color css
<style>
span { border-color: #902F15; }
span { border-color: rgb(144,47,21); }
td.TdClassName
{
border-color: #902F15;
}
.TagClassName
{
border-color: #902F15;
}
</style>