#92892D

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

Shades of Lemon Ginger #92892D

Tints of Lemon Ginger #92892D

Color information

#92892D (or 0x92892D) is unknown color: approx Lemon Ginger. HEX triplet: 92, 89 and 2D. RGB value is (146,137,45). Sum of RGB (Red+Green+Blue) = 146+137+45=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92892D is #6D76D2. Grayscale: #818181. Windows color (decimal): -7173843 or 2984338. OLE color: 2984338.

HSL color Cylindrical-coordinate representation of color #92892D: hue angle of 54.65º 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 #92892D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB14613745-
CMYK00.060.690.43
HSL54.65º52.88%37.45%-
HSV(B)54.65º69.18%57.25%-
XYZ21.2724.196.03-
YUV129.280.48139.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=44.51%
G=41.77%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461374500.060.690.4354.6552.8837.45
Hex92892D06452B373525
Octal222211550610553676545
Binary100100101000100110110101101000101101011110111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92892D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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