#927C34

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

Shades of Lemon Ginger #927C34

Tints of Lemon Ginger #927C34

Color information

#927C34 (or 0x927C34) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7C and 34. RGB value is (146,124,52). Sum of RGB (Red+Green+Blue) = 146+124+52=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #927C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C34 is #6D83CB. Grayscale: #7A7A7A. Windows color (decimal): -7177164 or 3439762. OLE color: 3439762.

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

Color convert

RGB14612452-
CMYK00.150.640.43
HSL45.96º47.47%38.82%-
HSV(B)45.96º64.38%57.25%-
XYZ19.6820.776.22-
YUV122.3788.29144.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=45.34%
G=38.51%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461245200.150.640.4345.9647.4738.82
Hex927C340F402B2e2f27
Octal2221746401710053565747
Binary100100101111100110100011111000000101011101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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