#92832D

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

Shades of Lemon Ginger #92832D

Tints of Lemon Ginger #92832D

Color information

#92832D (or 0x92832D) is unknown color: approx Lemon Ginger. HEX triplet: 92, 83 and 2D. RGB value is (146,131,45). Sum of RGB (Red+Green+Blue) = 146+131+45=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92832D is #6D7CD2. Grayscale: #7E7E7E. Windows color (decimal): -7175379 or 2982802. OLE color: 2982802.

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

Color convert

RGB14613145-
CMYK00.100.690.43
HSL51.09º52.88%37.45%-
HSV(B)51.09º69.18%57.25%-
XYZ20.4422.535.75-
YUV125.6882.47142.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=45.34%
G=40.68%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461314500.100.690.4351.0952.8837.45
Hex92832D0A452B333525
Octal2222035501210553636545
Binary1001001010000011101101010101000101101011110011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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