#927F32

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

Shades of Lemon Ginger #927F32

Tints of Lemon Ginger #927F32

Color information

#927F32 (or 0x927F32) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7F and 32. RGB value is (146,127,50). Sum of RGB (Red+Green+Blue) = 146+127+50=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #927F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F32 is #6D80CD. Grayscale: #7C7C7C. Windows color (decimal): -7176398 or 3309458. OLE color: 3309458.

HSL color Cylindrical-coordinate representation of color #927F32: hue angle of 48.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #927F32 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14612750-
CMYK00.130.660.43
HSL48.12º48.98%38.43%-
HSV(B)48.12º65.75%57.25%-
XYZ20.0221.526.12-
YUV123.986.29143.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 50 (19.92% from 255) = 15.48%
R=45.20%
G=39.32%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461275000.130.660.4348.1248.9838.43
Hex927F320D422B303126
Octal2221776201510253606146
Binary100100101111111110010011011000010101011110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927F32; }

 p { color: rgb(146,127,50); }

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

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

 a { background-color: rgb(146,127,50); }

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

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

 span { border-color: rgb(146,127,50); }

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