Shades of Burnt Umber #902F0F
Tints of Burnt Umber #902F0F
RGB
CMYK
RGB Variations
Color information
#902F0F (or 0x902F0F) is known color: Burnt Umber. HEX triplet: 90, 2F and 0F. RGB value is (144,47,15). Sum of RGB (Red+Green+Blue) = 144+47+15=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #902F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902F0F is #6FD0F0. Grayscale: #484848. Windows color (decimal): -7327985 or 995216. OLE color: 995216.
HSL color Cylindrical-coordinate representation of color #902F0F: hue angle of 14.88º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #902F0F is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 15 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.44 |
| HSL | 14.88º | 0.81% | 0.31% | - |
| HSV(B) | 14.88º | 0.9% | 0.56% | - |
| XYZ | 12.6 | 8 | 1.33 | - |
| YUV | 72.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 15 | 0 | 0.67 | 0.90 | 0.44 | 14.88 | 0.81 | 0.31 |
| Hex | 90 | 2F | F | 0 | 43 | 5A | 2C | F | 51 | 1F |
| Octal | 220 | 57 | 17 | 0 | 103 | 132 | 54 | 17 | 121 | 37 |
| Binary | 10010000 | 101111 | 1111 | 0 | 1000011 | 1011010 | 101100 | 1111 | 1010001 | 11111 |
Color Harmonies of #902F0F
Complementary color
Monochromatic Colors of #902F0F
Black with #902F0F
Text Example
Text Example
White with #902F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F0F; }
p { color: rgb(144,47,15); }
H1.HeaderClassName
{
color: #902F0F;
}
.AnyTagClassName
{
color: #902F0F;
}
</style>
background-color css
<style>
a { background-color: #902F0F; }
a { background-color: rgb(144,47,15); }
div.DivClassName
{
background-color: #902F0F;
}
.BgClassName
{
background-color: #902F0F;
}
</style>
border-color css
<style>
span { border-color: #902F0F; }
span { border-color: rgb(144,47,15); }
td.TdClassName
{
border-color: #902F0F;
}
.TagClassName
{
border-color: #902F0F;
}
</style>