#927D35

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

Shades of Lemon Ginger #927D35

Tints of Lemon Ginger #927D35

Color information

#927D35 (or 0x927D35) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7D and 35. RGB value is (146,125,53). Sum of RGB (Red+Green+Blue) = 146+125+53=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #927D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D35 is #6D82CA. Grayscale: #7B7B7B. Windows color (decimal): -7176907 or 3505554. OLE color: 3505554.

HSL color Cylindrical-coordinate representation of color #927D35: hue angle of 46.45º 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 #927D35 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB14612553-
CMYK00.140.640.43
HSL46.45º46.73%39.02%-
HSV(B)46.45º63.7%57.25%-
XYZ19.8321.046.38-
YUV123.0788.46144.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 125 (49.22% from 255) = 38.58%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=45.06%
G=38.58%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461255300.140.640.4346.4546.7339.02
Hex927D350E402B2e2f27
Octal2221756501610053565747
Binary100100101111101110101011101000000101011101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,53); }

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

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

 a { background-color: rgb(146,125,53); }

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

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

 span { border-color: rgb(146,125,53); }

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