#9A7F37

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

Shades of Lemon Ginger #9A7F37

Tints of Lemon Ginger #9A7F37

Color information

#9A7F37 (or 0x9A7F37) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 7F and 37. RGB value is (154,127,55). Sum of RGB (Red+Green+Blue) = 154+127+55=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7F37 is #6580C8. Grayscale: #7F7F7F. Windows color (decimal): -6652105 or 3637146. OLE color: 3637146.

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

Color convert

RGB15412755-
CMYK00.180.640.40
HSL43.64º47.37%40.98%-
HSV(B)43.64º64.29%60.39%-
XYZ21.6122.326.78-
YUV126.8687.45147.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 55 (21.88% from 255) = 16.37%
R=45.83%
G=37.80%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541275500.180.640.4043.6447.3740.98
Hex9A7F3701240282c2f29
Octal2321776702210050545751
Binary1001101011111111101110100101000000101000101100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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