Shades of Shadow #90754B
Tints of Shadow #90754B
RGB
CMYK
RGB Variations
Color information
#90754B (or 0x90754B) is known color: Shadow. HEX triplet: 90, 75 and 4B. RGB value is (144,117,75). Sum of RGB (Red+Green+Blue) = 144+117+75=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90754B is #6F8AB4. Grayscale: #787878. Windows color (decimal): -7310005 or 4945296. OLE color: 4945296.
HSL color Cylindrical-coordinate representation of color #90754B: hue angle of 36.52º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90754B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 75 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.44 |
| HSL | 36.52º | 0.32% | 0.43% | - |
| HSV(B) | 36.52º | 0.48% | 0.56% | - |
| XYZ | 19.13 | 19.16 | 9.35 | - |
| YUV | 120.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 75 | 0 | 0.19 | 0.48 | 0.44 | 36.52 | 0.32 | 0.43 |
| Hex | 90 | 75 | 4B | 0 | 13 | 30 | 2C | 25 | 20 | 2B |
| Octal | 220 | 165 | 113 | 0 | 23 | 60 | 54 | 45 | 40 | 53 |
| Binary | 10010000 | 1110101 | 1001011 | 0 | 10011 | 110000 | 101100 | 100101 | 100000 | 101011 |
Color Harmonies of #90754B
Complementary color
Monochromatic Colors of #90754B
Black with #90754B
Text Example
Text Example
White with #90754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90754B; }
p { color: rgb(144,117,75); }
H1.HeaderClassName
{
color: #90754B;
}
.AnyTagClassName
{
color: #90754B;
}
</style>
background-color css
<style>
a { background-color: #90754B; }
a { background-color: rgb(144,117,75); }
div.DivClassName
{
background-color: #90754B;
}
.BgClassName
{
background-color: #90754B;
}
</style>
border-color css
<style>
span { border-color: #90754B; }
span { border-color: rgb(144,117,75); }
td.TdClassName
{
border-color: #90754B;
}
.TagClassName
{
border-color: #90754B;
}
</style>