#8D8324

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

Shades of Lemon Ginger #8D8324

Tints of Lemon Ginger #8D8324

Color information

#8D8324 (or 0x8D8324) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 83 and 24. RGB value is (141,131,36). Sum of RGB (Red+Green+Blue) = 141+131+36=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8324 is #727CDB. Grayscale: #7B7B7B. Windows color (decimal): -7503068 or 2392973. OLE color: 2392973.

HSL color Cylindrical-coordinate representation of color #8D8324: hue angle of 54.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D8324 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB14113136-
CMYK00.070.740.45
HSL54.29º59.32%34.71%-
HSV(B)54.29º74.47%55.29%-
XYZ19.4222.024.9-
YUV123.1678.81140.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 36 (14.45% from 255) = 11.69%
R=45.78%
G=42.53%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411313600.070.740.4554.2959.3234.71
Hex8D8324074A2D363b23
Octal215203440711255667343
Binary100011011000001110010001111001010101101110110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,36); }

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

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

 a { background-color: rgb(141,131,36); }

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

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

 span { border-color: rgb(141,131,36); }

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