#917D1F

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

Shades of Lemon Ginger #917D1F

Tints of Lemon Ginger #917D1F

Color information

#917D1F (or 0x917D1F) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7D and 1F. RGB value is (145,125,31). Sum of RGB (Red+Green+Blue) = 145+125+31=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #917D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D1F is #6E82E0. Grayscale: #787878. Windows color (decimal): -7242465 or 2063761. OLE color: 2063761.

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

Color convert

RGB14512531-
CMYK00.140.790.43
HSL49.47º64.77%34.51%-
HSV(B)49.47º78.62%56.86%-
XYZ19.2620.794.29-
YUV120.2677.63145.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=48.17%
G=41.53%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451253100.140.790.4349.4764.7734.51
Hex917D1F0E4F2B314123
Octal22117537016117536110143
Binary100100011111101111110111010011111010111100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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