Shades of Husk #9E9753
Tints of Husk #9E9753
RGB
CMYK
RGB Variations
Color information
#9E9753 (or 0x9E9753) is known color: Husk. HEX triplet: 9E, 97 and 53. RGB value is (158,151,83). Sum of RGB (Red+Green+Blue) = 158+151+83=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9753 is #6168AC. Grayscale: #919191. Windows color (decimal): -6383789 or 5478302. OLE color: 5478302.
HSL color Cylindrical-coordinate representation of color #9E9753: hue angle of 54.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E9753 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 83 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.38 |
| HSL | 54.4º | 0.31% | 0.47% | - |
| HSV(B) | 54.4º | 0.47% | 0.62% | - |
| XYZ | 26.73 | 30.03 | 12.57 | - |
| YUV | 145.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 83 | 0 | 0.04 | 0.47 | 0.38 | 54.4 | 0.31 | 0.47 |
| Hex | 9E | 97 | 53 | 0 | 4 | 2F | 26 | 36 | 1F | 2F |
| Octal | 236 | 227 | 123 | 0 | 4 | 57 | 46 | 66 | 37 | 57 |
| Binary | 10011110 | 10010111 | 1010011 | 0 | 100 | 101111 | 100110 | 110110 | 11111 | 101111 |
Color Harmonies of #9E9753
Complementary color
Monochromatic Colors of #9E9753
Black with #9E9753
Text Example
Text Example
White with #9E9753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9753; }
p { color: rgb(158,151,83); }
H1.HeaderClassName
{
color: #9E9753;
}
.AnyTagClassName
{
color: #9E9753;
}
</style>
background-color css
<style>
a { background-color: #9E9753; }
a { background-color: rgb(158,151,83); }
div.DivClassName
{
background-color: #9E9753;
}
.BgClassName
{
background-color: #9E9753;
}
</style>
border-color css
<style>
span { border-color: #9E9753; }
span { border-color: rgb(158,151,83); }
td.TdClassName
{
border-color: #9E9753;
}
.TagClassName
{
border-color: #9E9753;
}
</style>