#918321

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

Shades of Lemon Ginger #918321

Tints of Lemon Ginger #918321

Color information

#918321 (or 0x918321) is unknown color: approx Lemon Ginger. HEX triplet: 91, 83 and 21. RGB value is (145,131,33). Sum of RGB (Red+Green+Blue) = 145+131+33=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #918321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918321 is #6E7CDE. Grayscale: #7C7C7C. Windows color (decimal): -7240927 or 2196369. OLE color: 2196369.

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

Color convert

RGB14513133-
CMYK00.100.770.43
HSL52.5º62.92%34.9%-
HSV(B)52.5º77.24%56.86%-
XYZ20.0722.364.7-
YUV124.0176.64142.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=46.93%
G=42.39%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451313300.100.770.4352.562.9234.9
Hex9183210A4D2B343f23
Octal2212034101211553647743
Binary1001000110000011100001010101001101101011110100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918321; }

 p { color: rgb(145,131,33); }

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

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

 a { background-color: rgb(145,131,33); }

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

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

 span { border-color: rgb(145,131,33); }

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