#9A7F33

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

Shades of Lemon Ginger #9A7F33

Tints of Lemon Ginger #9A7F33

Color information

#9A7F33 (or 0x9A7F33) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 7F and 33. RGB value is (154,127,51). Sum of RGB (Red+Green+Blue) = 154+127+51=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7F33 is #6580CC. Grayscale: #7E7E7E. Windows color (decimal): -6652109 or 3375002. OLE color: 3375002.

HSL color Cylindrical-coordinate representation of color #9A7F33: hue angle of 44.27º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A7F33 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB15412751-
CMYK00.180.670.40
HSL44.27º50.24%40.2%-
HSV(B)44.27º66.88%60.39%-
XYZ21.5122.296.3-
YUV126.4185.45147.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.39%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=46.39%
G=38.25%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541275100.180.670.4044.2750.2440.2
Hex9A7F3301243282c3228
Octal2321776302210350546250
Binary1001101011111111100110100101000011101000101100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,51); }

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

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

 a { background-color: rgb(154,127,51); }

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

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

 span { border-color: rgb(154,127,51); }

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