#9F9A53

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

Shades of Husk #9F9A53

Tints of Husk #9F9A53

Color information

#9F9A53 (or 0x9F9A53) is unknown color: approx Husk. HEX triplet: 9F, 9A and 53. RGB value is (159,154,83). Sum of RGB (Red+Green+Blue) = 159+154+83=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A53 is #6065AC. Grayscale: #939393. Windows color (decimal): -6317485 or 5479071. OLE color: 5479071.

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

Color convert

RGB15915483-
CMYK00.030.480.38
HSL56.05º31.4%47.45%-
HSV(B)56.05º47.8%62.35%-
XYZ27.4231.1112.74-
YUV147.491.66136.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 83 (32.81% from 255) = 20.96%
R=40.15%
G=38.89%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591548300.030.480.3856.0531.447.45
Hex9F9A53033026381f2f
Octal237232123036046703757
Binary1001111110011010101001101111000010011011100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,83); }

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

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

 a { background-color: rgb(159,154,83); }

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

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

 span { border-color: rgb(159,154,83); }

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