#9D8433

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

Shades of Lemon Ginger #9D8433

Tints of Lemon Ginger #9D8433

Color information

#9D8433 (or 0x9D8433) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 84 and 33. RGB value is (157,132,51). Sum of RGB (Red+Green+Blue) = 157+132+51=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8433 is #627BCC. Grayscale: #828282. Windows color (decimal): -6454221 or 3376285. OLE color: 3376285.

HSL color Cylindrical-coordinate representation of color #9D8433: hue angle of 45.85º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D8433 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB15713251-
CMYK00.160.680.38
HSL45.85º50.96%40.78%-
HSV(B)45.85º67.52%61.57%-
XYZ22.7523.916.55-
YUV130.2483.28147.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.18%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 51 (20.31% from 255) = 15%
R=46.18%
G=38.82%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571325100.160.680.3845.8550.9640.78
Hex9D843301044262e3329
Octal2352046302010446566351
Binary10011101100001001100110100001000100100110101110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,51); }

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

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

 a { background-color: rgb(157,132,51); }

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

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

 span { border-color: rgb(157,132,51); }

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