#9D9152

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

Shades of Husk #9D9152

Tints of Husk #9D9152

Color information

#9D9152 (or 0x9D9152) is unknown color: approx Husk. HEX triplet: 9D, 91 and 52. RGB value is (157,145,82). Sum of RGB (Red+Green+Blue) = 157+145+82=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9152 is #626EAD. Grayscale: #8D8D8D. Windows color (decimal): -6450862 or 5411229. OLE color: 5411229.

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

Color convert

RGB15714582-
CMYK00.080.480.38
HSL50.4º31.38%46.86%-
HSV(B)50.4º47.77%61.57%-
XYZ25.5528.0312.05-
YUV141.4194.48139.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.89%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=40.89%
G=37.76%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571458200.080.480.3850.431.3846.86
Hex9D9152083026321f2f
Octal2352211220106046623757
Binary100111011001000110100100100011000010011011001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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