#997F3A

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

Shades of Lemon Ginger #997F3A

Tints of Lemon Ginger #997F3A

Color information

#997F3A (or 0x997F3A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 7F and 3A. RGB value is (153,127,58). Sum of RGB (Red+Green+Blue) = 153+127+58=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F3A is #6680C5. Grayscale: #7F7F7F. Windows color (decimal): -6717638 or 3833753. OLE color: 3833753.

HSL color Cylindrical-coordinate representation of color #997F3A: hue angle of 43.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #997F3A is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB15312758-
CMYK00.170.620.4
HSL43.58º45.02%41.37%-
HSV(B)43.58º62.09%60%-
XYZ21.4922.267.17-
YUV126.9189.11146.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=45.27%
G=37.57%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531275800.170.620.443.5845.0241.37
Hex997F3A0113E282c2d29
Octal231177720217650545551
Binary100110011111111111010010001111110101000101100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997F3A; }

 p { color: rgb(153,127,58); }

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

<style>
 a { background-color: #997F3A; }

 a { background-color: rgb(153,127,58); }

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

<style>
 span { border-color: #997F3A; }

 span { border-color: rgb(153,127,58); }

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