#918035

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

Shades of Lemon Ginger #918035

Tints of Lemon Ginger #918035

Color information

#918035 (or 0x918035) is unknown color: approx Lemon Ginger. HEX triplet: 91, 80 and 35. RGB value is (145,128,53). Sum of RGB (Red+Green+Blue) = 145+128+53=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #918035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918035 is #6E7FCA. Grayscale: #7C7C7C. Windows color (decimal): -7241675 or 3506321. OLE color: 3506321.

HSL color Cylindrical-coordinate representation of color #918035: hue angle of 48.91º 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 #918035 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB14512853-
CMYK00.120.630.43
HSL48.91º46.46%38.82%-
HSV(B)48.91º63.45%56.86%-
XYZ20.0421.726.5-
YUV124.5387.63142.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=44.48%
G=39.26%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451285300.120.630.4348.9146.4638.82
Hex9180350C3F2B312e27
Octal221200650147753615647
Binary100100011000000011010101100111111101011110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918035; }

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

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

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

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

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

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

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

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