#8D8424

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

Shades of Lemon Ginger #8D8424

Tints of Lemon Ginger #8D8424

Color information

#8D8424 (or 0x8D8424) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 84 and 24. RGB value is (141,132,36). Sum of RGB (Red+Green+Blue) = 141+132+36=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8424 is #727BDB. Grayscale: #7C7C7C. Windows color (decimal): -7502812 or 2393229. OLE color: 2393229.

HSL color Cylindrical-coordinate representation of color #8D8424: hue angle of 54.86º 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 #8D8424 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB14113236-
CMYK00.060.740.45
HSL54.86º59.32%34.71%-
HSV(B)54.86º74.47%55.29%-
XYZ19.5522.294.94-
YUV123.7578.48140.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 36 (14.45% from 255) = 11.65%
R=45.63%
G=42.72%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411323600.060.740.4554.8659.3234.71
Hex8D8424064A2D373b23
Octal215204440611255677343
Binary100011011000010010010001101001010101101110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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