#917B1F

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

Shades of Lemon Ginger #917B1F

Tints of Lemon Ginger #917B1F

Color information

#917B1F (or 0x917B1F) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7B and 1F. RGB value is (145,123,31). Sum of RGB (Red+Green+Blue) = 145+123+31=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #917B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B1F is #6E84E0. Grayscale: #777777. Windows color (decimal): -7242977 or 2063249. OLE color: 2063249.

HSL color Cylindrical-coordinate representation of color #917B1F: hue angle of 48.42º 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 #917B1F is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB14512331-
CMYK00.150.790.43
HSL48.42º64.77%34.51%-
HSV(B)48.42º78.62%56.86%-
XYZ19.0120.284.21-
YUV119.0978.29146.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 31 (12.5% from 255) = 10.37%
R=48.49%
G=41.14%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451233100.150.790.4348.4264.7734.51
Hex917B1F0F4F2B304123
Octal22117337017117536010143
Binary100100011111011111110111110011111010111100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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