#8D8522

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

Shades of Lemon Ginger #8D8522

Tints of Lemon Ginger #8D8522

Color information

#8D8522 (or 0x8D8522) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 85 and 22. RGB value is (141,133,34). Sum of RGB (Red+Green+Blue) = 141+133+34=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8522 is #727ADD. Grayscale: #7C7C7C. Windows color (decimal): -7502558 or 2262413. OLE color: 2262413.

HSL color Cylindrical-coordinate representation of color #8D8522: hue angle of 55.51º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D8522 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB14113334-
CMYK00.060.760.45
HSL55.51º61.14%34.31%-
HSV(B)55.51º75.89%55.29%-
XYZ19.6622.554.83-
YUV124.1177.15140.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 34 (13.67% from 255) = 11.04%
R=45.78%
G=43.18%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411333400.060.760.4555.5161.1434.31
Hex8D8522064C2D383d22
Octal215205420611455707542
Binary100011011000010110001001101001100101101111000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8522; }

 p { color: rgb(141,133,34); }

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

<style>
 a { background-color: #8D8522; }

 a { background-color: rgb(141,133,34); }

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

<style>
 span { border-color: #8D8522; }

 span { border-color: rgb(141,133,34); }

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