#917D39

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

Shades of Lemon Ginger #917D39

Tints of Lemon Ginger #917D39

Color information

#917D39 (or 0x917D39) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7D and 39. RGB value is (145,125,57). Sum of RGB (Red+Green+Blue) = 145+125+57=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #917D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D39 is #6E82C6. Grayscale: #7B7B7B. Windows color (decimal): -7242439 or 3767697. OLE color: 3767697.

HSL color Cylindrical-coordinate representation of color #917D39: hue angle of 46.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #917D39 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB14512557-
CMYK00.140.610.43
HSL46.36º43.56%39.61%-
HSV(B)46.36º60.69%56.86%-
XYZ19.7520.986.88-
YUV123.2390.63143.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=44.34%
G=38.23%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451255700.140.610.4346.3643.5639.61
Hex917D390E3D2B2e2c28
Octal221175710167553565450
Binary10010001111110111100101110111101101011101110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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