#927F34

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

Shades of Lemon Ginger #927F34

Tints of Lemon Ginger #927F34

Color information

#927F34 (or 0x927F34) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7F and 34. RGB value is (146,127,52). Sum of RGB (Red+Green+Blue) = 146+127+52=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #927F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F34 is #6D80CB. Grayscale: #7C7C7C. Windows color (decimal): -7176396 or 3440530. OLE color: 3440530.

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

Color convert

RGB14612752-
CMYK00.130.640.43
HSL47.87º47.47%38.82%-
HSV(B)47.87º64.38%57.25%-
XYZ20.0621.546.35-
YUV124.1387.29143.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 52 (20.70% from 255) = 16%
R=44.92%
G=39.08%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461275200.130.640.4347.8747.4738.82
Hex927F340D402B302f27
Octal2221776401510053605747
Binary100100101111111110100011011000000101011110000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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