#927F31

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

Shades of Lemon Ginger #927F31

Tints of Lemon Ginger #927F31

Color information

#927F31 (or 0x927F31) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7F and 31. RGB value is (146,127,49). Sum of RGB (Red+Green+Blue) = 146+127+49=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #927F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F31 is #6D80CE. Grayscale: #7C7C7C. Windows color (decimal): -7176399 or 3243922. OLE color: 3243922.

HSL color Cylindrical-coordinate representation of color #927F31: hue angle of 48.25º degrees, saturation: 0.5, 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 #927F31 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14612749-
CMYK00.130.660.43
HSL48.25º49.74%38.24%-
HSV(B)48.25º66.44%57.25%-
XYZ2021.516-
YUV123.7985.79143.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=45.34%
G=39.44%
B=15.22%

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
Decimal1461274900.130.660.4348.2549.7438.24
Hex927F310D422B303226
Octal2221776101510253606246
Binary100100101111111110001011011000010101011110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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