Shades of Burnt Umber #902F22
Tints of Burnt Umber #902F22
RGB
CMYK
RGB Variations
Color information
#902F22 (or 0x902F22) is known color: Burnt Umber. HEX triplet: 90, 2F and 22. RGB value is (144,47,34). Sum of RGB (Red+Green+Blue) = 144+47+34=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #902F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902F22 is #6FD0DD. Grayscale: #4A4A4A. Windows color (decimal): -7327966 or 2240400. OLE color: 2240400.
HSL color Cylindrical-coordinate representation of color #902F22: hue angle of 7.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902F22 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 34 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.44 |
| HSL | 7.09º | 0.62% | 0.35% | - |
| HSV(B) | 7.09º | 0.76% | 0.56% | - |
| XYZ | 12.81 | 8.08 | 2.4 | - |
| YUV | 74.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 34 | 0 | 0.67 | 0.76 | 0.44 | 7.09 | 0.62 | 0.35 |
| Hex | 90 | 2F | 22 | 0 | 43 | 4C | 2C | 7 | 3E | 23 |
| Octal | 220 | 57 | 42 | 0 | 103 | 114 | 54 | 7 | 76 | 43 |
| Binary | 10010000 | 101111 | 100010 | 0 | 1000011 | 1001100 | 101100 | 111 | 111110 | 100011 |
Color Harmonies of #902F22
Complementary color
Monochromatic Colors of #902F22
Black with #902F22
Text Example
Text Example
White with #902F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F22; }
p { color: rgb(144,47,34); }
H1.HeaderClassName
{
color: #902F22;
}
.AnyTagClassName
{
color: #902F22;
}
</style>
background-color css
<style>
a { background-color: #902F22; }
a { background-color: rgb(144,47,34); }
div.DivClassName
{
background-color: #902F22;
}
.BgClassName
{
background-color: #902F22;
}
</style>
border-color css
<style>
span { border-color: #902F22; }
span { border-color: rgb(144,47,34); }
td.TdClassName
{
border-color: #902F22;
}
.TagClassName
{
border-color: #902F22;
}
</style>