#9A7F38

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

Shades of Lemon Ginger #9A7F38

Tints of Lemon Ginger #9A7F38

Color information

#9A7F38 (or 0x9A7F38) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 7F and 38. RGB value is (154,127,56). Sum of RGB (Red+Green+Blue) = 154+127+56=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7F38 is #6580C7. Grayscale: #7F7F7F. Windows color (decimal): -6652104 or 3702682. OLE color: 3702682.

HSL color Cylindrical-coordinate representation of color #9A7F38: hue angle of 43.47º 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 #9A7F38 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB15412756-
CMYK00.180.640.40
HSL43.47º46.67%41.18%-
HSV(B)43.47º63.64%60.39%-
XYZ21.6322.336.91-
YUV126.9887.95147.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=45.70%
G=37.69%
B=16.62%

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
Decimal1541275600.180.640.4043.4746.6741.18
Hex9A7F3801240282b2f29
Octal2321777002210050535751
Binary1001101011111111110000100101000000101000101011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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