#9F9152

Color #9F9152 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #9F9152

Tints of Husk #9F9152

Color information

#9F9152 (or 0x9F9152) is unknown color: approx Husk. HEX triplet: 9F, 91 and 52. RGB value is (159,145,82). Sum of RGB (Red+Green+Blue) = 159+145+82=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9152 is #606EAD. Grayscale: #8E8E8E. Windows color (decimal): -6319790 or 5411231. OLE color: 5411231.

HSL color Cylindrical-coordinate representation of color #9F9152: hue angle of 49.09º degrees, saturation: 0.32, 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 #9F9152 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15914582-
CMYK00.090.480.38
HSL49.09º31.95%47.25%-
HSV(B)49.09º48.43%62.35%-
XYZ25.9528.2312.06-
YUV14294.14140.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=41.19%
G=37.56%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591458200.090.480.3849.0931.9547.25
Hex9F915209302631202f
Octal2372211220116046614057
Binary1001111110010001101001001001110000100110110001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9152; }

 p { color: rgb(159,145,82); }

 H1.HeaderClassName
 {
   color: #9F9152;
 }
 .AnyTagClassName
 {
   color: #9F9152;
 }
</style>
background-color css

<style>
 a { background-color: #9F9152; }

 a { background-color: rgb(159,145,82); }

 div.DivClassName
 {
   background-color: #9F9152;
 }
 .BgClassName
 {
   background-color: #9F9152;
 }
</style>
border-color css

<style>
 span { border-color: #9F9152; }

 span { border-color: rgb(159,145,82); }

 td.TdClassName
 {
   border-color: #9F9152;
 }
 .TagClassName
 {
   border-color: #9F9152;
 }
</style>