#918135

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

Shades of Lemon Ginger #918135

Tints of Lemon Ginger #918135

Color information

#918135 (or 0x918135) is unknown color: approx Lemon Ginger. HEX triplet: 91, 81 and 35. RGB value is (145,129,53). Sum of RGB (Red+Green+Blue) = 145+129+53=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #918135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918135 is #6E7ECA. Grayscale: #7D7D7D. Windows color (decimal): -7241419 or 3506577. OLE color: 3506577.

HSL color Cylindrical-coordinate representation of color #918135: hue angle of 49.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #918135 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB14512953-
CMYK00.110.630.43
HSL49.57º46.46%38.82%-
HSV(B)49.57º63.45%56.86%-
XYZ20.1721.986.55-
YUV125.1287.3142.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=44.34%
G=39.45%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451295300.110.630.4349.5746.4638.82
Hex9181350B3F2B322e27
Octal221201650137753625647
Binary100100011000000111010101011111111101011110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918135; }

 p { color: rgb(145,129,53); }

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

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

 a { background-color: rgb(145,129,53); }

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

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

 span { border-color: rgb(145,129,53); }

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