Shades of Husk #9F9453
Tints of Husk #9F9453
RGB
CMYK
RGB Variations
Color information
#9F9453 (or 0x9F9453) is known color: Husk. HEX triplet: 9F, 94 and 53. RGB value is (159,148,83). Sum of RGB (Red+Green+Blue) = 159+148+83=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9453 is #606BAC. Grayscale: #909090. Windows color (decimal): -6319021 or 5477535. OLE color: 5477535.
HSL color Cylindrical-coordinate representation of color #9F9453: hue angle of 51.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F9453 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 83 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.38 |
| HSL | 51.32º | 0.31% | 0.47% | - |
| HSV(B) | 51.32º | 0.48% | 0.62% | - |
| XYZ | 26.45 | 29.18 | 12.42 | - |
| YUV | 143.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 83 | 0 | 0.07 | 0.48 | 0.38 | 51.32 | 0.31 | 0.47 |
| Hex | 9F | 94 | 53 | 0 | 7 | 30 | 26 | 33 | 1F | 2F |
| Octal | 237 | 224 | 123 | 0 | 7 | 60 | 46 | 63 | 37 | 57 |
| Binary | 10011111 | 10010100 | 1010011 | 0 | 111 | 110000 | 100110 | 110011 | 11111 | 101111 |
Color Harmonies of #9F9453
Complementary color
Monochromatic Colors of #9F9453
Black with #9F9453
Text Example
Text Example
White with #9F9453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9453; }
p { color: rgb(159,148,83); }
H1.HeaderClassName
{
color: #9F9453;
}
.AnyTagClassName
{
color: #9F9453;
}
</style>
background-color css
<style>
a { background-color: #9F9453; }
a { background-color: rgb(159,148,83); }
div.DivClassName
{
background-color: #9F9453;
}
.BgClassName
{
background-color: #9F9453;
}
</style>
border-color css
<style>
span { border-color: #9F9453; }
span { border-color: rgb(159,148,83); }
td.TdClassName
{
border-color: #9F9453;
}
.TagClassName
{
border-color: #9F9453;
}
</style>