Shades of Shadow #907A49
Tints of Shadow #907A49
RGB
CMYK
RGB Variations
Color information
#907A49 (or 0x907A49) is known color: Shadow. HEX triplet: 90, 7A and 49. RGB value is (144,122,73). Sum of RGB (Red+Green+Blue) = 144+122+73=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #907A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907A49 is #6F85B6. Grayscale: #7B7B7B. Windows color (decimal): -7308727 or 4815504. OLE color: 4815504.
HSL color Cylindrical-coordinate representation of color #907A49: hue angle of 41.41º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #907A49 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 73 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.44 |
| HSL | 41.41º | 0.33% | 0.43% | - |
| HSV(B) | 41.41º | 0.49% | 0.56% | - |
| XYZ | 19.66 | 20.33 | 9.19 | - |
| YUV | 122.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 73 | 0 | 0.15 | 0.49 | 0.44 | 41.41 | 0.33 | 0.43 |
| Hex | 90 | 7A | 49 | 0 | F | 31 | 2C | 29 | 21 | 2B |
| Octal | 220 | 172 | 111 | 0 | 17 | 61 | 54 | 51 | 41 | 53 |
| Binary | 10010000 | 1111010 | 1001001 | 0 | 1111 | 110001 | 101100 | 101001 | 100001 | 101011 |
Color Harmonies of #907A49
Complementary color
Monochromatic Colors of #907A49
Black with #907A49
Text Example
Text Example
White with #907A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A49; }
p { color: rgb(144,122,73); }
H1.HeaderClassName
{
color: #907A49;
}
.AnyTagClassName
{
color: #907A49;
}
</style>
background-color css
<style>
a { background-color: #907A49; }
a { background-color: rgb(144,122,73); }
div.DivClassName
{
background-color: #907A49;
}
.BgClassName
{
background-color: #907A49;
}
</style>
border-color css
<style>
span { border-color: #907A49; }
span { border-color: rgb(144,122,73); }
td.TdClassName
{
border-color: #907A49;
}
.TagClassName
{
border-color: #907A49;
}
</style>