#92872C

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

Shades of Lemon Ginger #92872C

Tints of Lemon Ginger #92872C

Color information

#92872C (or 0x92872C) is unknown color: approx Lemon Ginger. HEX triplet: 92, 87 and 2C. RGB value is (146,135,44). Sum of RGB (Red+Green+Blue) = 146+135+44=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92872C is #6D78D3. Grayscale: #808080. Windows color (decimal): -7174356 or 2918290. OLE color: 2918290.

HSL color Cylindrical-coordinate representation of color #92872C: hue angle of 53.53º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #92872C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB14613544-
CMYK00.080.700.43
HSL53.53º53.68%37.25%-
HSV(B)53.53º69.86%57.25%-
XYZ20.9723.625.84-
YUV127.9280.64140.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=44.92%
G=41.54%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461354400.080.700.4353.5353.6837.25
Hex92872C08462B363625
Octal2222075401010653666645
Binary1001001010000111101100010001000110101011110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92872C; }

 p { color: rgb(146,135,44); }

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

<style>
 a { background-color: #92872C; }

 a { background-color: rgb(146,135,44); }

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

<style>
 span { border-color: #92872C; }

 span { border-color: rgb(146,135,44); }

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