#92842B

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

Shades of Lemon Ginger #92842B

Tints of Lemon Ginger #92842B

Color information

#92842B (or 0x92842B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 84 and 2B. RGB value is (146,132,43). Sum of RGB (Red+Green+Blue) = 146+132+43=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92842B is #6D7BD4. Grayscale: #7E7E7E. Windows color (decimal): -7175125 or 2851986. OLE color: 2851986.

HSL color Cylindrical-coordinate representation of color #92842B: hue angle of 51.84º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92842B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14613243-
CMYK00.100.710.43
HSL51.84º54.5%37.06%-
HSV(B)51.84º70.55%57.25%-
XYZ20.5422.795.6-
YUV126.0481.14142.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 43 (17.19% from 255) = 13.40%
R=45.48%
G=41.12%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461324300.100.710.4351.8454.537.06
Hex92842B0A472B343625
Octal2222045301210753646645
Binary1001001010000100101011010101000111101011110100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92842B; }

 p { color: rgb(146,132,43); }

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

<style>
 a { background-color: #92842B; }

 a { background-color: rgb(146,132,43); }

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

<style>
 span { border-color: #92842B; }

 span { border-color: rgb(146,132,43); }

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