#9F9552

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

Shades of Husk #9F9552

Tints of Husk #9F9552

Color information

#9F9552 (or 0x9F9552) is unknown color: approx Husk. HEX triplet: 9F, 95 and 52. RGB value is (159,149,82). Sum of RGB (Red+Green+Blue) = 159+149+82=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9552 is #606AAD. Grayscale: #909090. Windows color (decimal): -6318766 or 5412255. OLE color: 5412255.

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

Color convert

RGB15914982-
CMYK00.060.480.38
HSL52.21º31.95%47.25%-
HSV(B)52.21º48.43%62.35%-
XYZ26.5729.4812.27-
YUV144.3592.81138.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=40.77%
G=38.21%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591498200.060.480.3852.2131.9547.25
Hex9F955206302634202f
Octal237225122066046644057
Binary100111111001010110100100110110000100110110100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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