Shades of Burnt Umber #903118
Tints of Burnt Umber #903118
RGB
CMYK
RGB Variations
Color information
#903118 (or 0x903118) is known color: Burnt Umber. HEX triplet: 90, 31 and 18. RGB value is (144,49,24). Sum of RGB (Red+Green+Blue) = 144+49+24=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #903118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903118 is #6FCEE7. Grayscale: #4A4A4A. Windows color (decimal): -7327464 or 1585552. OLE color: 1585552.
HSL color Cylindrical-coordinate representation of color #903118: hue angle of 12.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #903118 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 24 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.44 |
| HSL | 12.5º | 0.71% | 0.33% | - |
| HSV(B) | 12.5º | 0.83% | 0.56% | - |
| XYZ | 12.76 | 8.19 | 1.77 | - |
| YUV | 74.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 24 | 0 | 0.66 | 0.83 | 0.44 | 12.5 | 0.71 | 0.33 |
| Hex | 90 | 31 | 18 | 0 | 42 | 53 | 2C | C | 47 | 21 |
| Octal | 220 | 61 | 30 | 0 | 102 | 123 | 54 | 14 | 107 | 41 |
| Binary | 10010000 | 110001 | 11000 | 0 | 1000010 | 1010011 | 101100 | 1100 | 1000111 | 100001 |
Color Harmonies of #903118
Complementary color
Monochromatic Colors of #903118
Black with #903118
Text Example
Text Example
White with #903118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903118; }
p { color: rgb(144,49,24); }
H1.HeaderClassName
{
color: #903118;
}
.AnyTagClassName
{
color: #903118;
}
</style>
background-color css
<style>
a { background-color: #903118; }
a { background-color: rgb(144,49,24); }
div.DivClassName
{
background-color: #903118;
}
.BgClassName
{
background-color: #903118;
}
</style>
border-color css
<style>
span { border-color: #903118; }
span { border-color: rgb(144,49,24); }
td.TdClassName
{
border-color: #903118;
}
.TagClassName
{
border-color: #903118;
}
</style>