#9D9453

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

Shades of Husk #9D9453

Tints of Husk #9D9453

Color information

#9D9453 (or 0x9D9453) is unknown color: approx Husk. HEX triplet: 9D, 94 and 53. RGB value is (157,148,83). Sum of RGB (Red+Green+Blue) = 157+148+83=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9453 is #626BAC. Grayscale: #8F8F8F. Windows color (decimal): -6450093 or 5477533. OLE color: 5477533.

HSL color Cylindrical-coordinate representation of color #9D9453: hue angle of 52.7º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D9453 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15714883-
CMYK00.060.470.38
HSL52.7º30.83%47.06%-
HSV(B)52.7º47.13%61.57%-
XYZ26.0628.9712.4-
YUV143.2893.98137.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=40.46%
G=38.14%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571488300.060.470.3852.730.8347.06
Hex9D9453062F26351f2f
Octal235224123065746653757
Binary10011101100101001010011011010111110011011010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,83); }

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

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

 a { background-color: rgb(157,148,83); }

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

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

 span { border-color: rgb(157,148,83); }

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