#92832B

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

Shades of Lemon Ginger #92832B

Tints of Lemon Ginger #92832B

Color information

#92832B (or 0x92832B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 83 and 2B. RGB value is (146,131,43). Sum of RGB (Red+Green+Blue) = 146+131+43=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92832B is #6D7CD4. Grayscale: #7D7D7D. Windows color (decimal): -7175381 or 2851730. OLE color: 2851730.

HSL color Cylindrical-coordinate representation of color #92832B: hue angle of 51.26º 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 #92832B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14613143-
CMYK00.100.710.43
HSL51.26º54.5%37.06%-
HSV(B)51.26º70.55%57.25%-
XYZ20.4122.525.56-
YUV125.4581.47142.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 43 (17.19% from 255) = 13.44%
R=45.62%
G=40.94%
B=13.44%

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
Decimal1461314300.100.710.4351.2654.537.06
Hex92832B0A472B333625
Octal2222035301210753636645
Binary1001001010000011101011010101000111101011110011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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