#917D2B

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

Shades of Lemon Ginger #917D2B

Tints of Lemon Ginger #917D2B

Color information

#917D2B (or 0x917D2B) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7D and 2B. RGB value is (145,125,43). Sum of RGB (Red+Green+Blue) = 145+125+43=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #917D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D2B is #6E82D4. Grayscale: #797979. Windows color (decimal): -7242453 or 2850193. OLE color: 2850193.

HSL color Cylindrical-coordinate representation of color #917D2B: hue angle of 48.24º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #917D2B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB14512543-
CMYK00.140.700.43
HSL48.24º54.26%36.86%-
HSV(B)48.24º70.34%56.86%-
XYZ19.4520.865.29-
YUV121.6383.63144.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=46.33%
G=39.94%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451254300.140.700.4348.2454.2636.86
Hex917D2B0E462B303625
Octal2211755301610653606645
Binary100100011111101101011011101000110101011110000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D2B; }

 p { color: rgb(145,125,43); }

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

<style>
 a { background-color: #917D2B; }

 a { background-color: rgb(145,125,43); }

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

<style>
 span { border-color: #917D2B; }

 span { border-color: rgb(145,125,43); }

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