Shades of Burnt Umber #903125
Tints of Burnt Umber #903125
RGB
CMYK
RGB Variations
Color information
#903125 (or 0x903125) is known color: Burnt Umber. HEX triplet: 90, 31 and 25. RGB value is (144,49,37). Sum of RGB (Red+Green+Blue) = 144+49+37=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #903125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903125 is #6FCEDA. Grayscale: #4C4C4C. Windows color (decimal): -7327451 or 2437520. OLE color: 2437520.
HSL color Cylindrical-coordinate representation of color #903125: hue angle of 6.73º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #903125 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 37 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.44 |
| HSL | 6.73º | 0.59% | 0.35% | - |
| HSV(B) | 6.73º | 0.74% | 0.56% | - |
| XYZ | 12.93 | 8.26 | 2.66 | - |
| YUV | 76.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 37 | 0 | 0.66 | 0.74 | 0.44 | 6.73 | 0.59 | 0.35 |
| Hex | 90 | 31 | 25 | 0 | 42 | 4A | 2C | 7 | 3B | 23 |
| Octal | 220 | 61 | 45 | 0 | 102 | 112 | 54 | 7 | 73 | 43 |
| Binary | 10010000 | 110001 | 100101 | 0 | 1000010 | 1001010 | 101100 | 111 | 111011 | 100011 |
Color Harmonies of #903125
Complementary color
Monochromatic Colors of #903125
Black with #903125
Text Example
Text Example
White with #903125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903125; }
p { color: rgb(144,49,37); }
H1.HeaderClassName
{
color: #903125;
}
.AnyTagClassName
{
color: #903125;
}
</style>
background-color css
<style>
a { background-color: #903125; }
a { background-color: rgb(144,49,37); }
div.DivClassName
{
background-color: #903125;
}
.BgClassName
{
background-color: #903125;
}
</style>
border-color css
<style>
span { border-color: #903125; }
span { border-color: rgb(144,49,37); }
td.TdClassName
{
border-color: #903125;
}
.TagClassName
{
border-color: #903125;
}
</style>