#8D8422

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

Shades of Lemon Ginger #8D8422

Tints of Lemon Ginger #8D8422

Color information

#8D8422 (or 0x8D8422) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 84 and 22. RGB value is (141,132,34). Sum of RGB (Red+Green+Blue) = 141+132+34=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8422 is #727BDD. Grayscale: #7B7B7B. Windows color (decimal): -7502814 or 2262157. OLE color: 2262157.

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

Color convert

RGB14113234-
CMYK00.060.760.45
HSL54.95º61.14%34.31%-
HSV(B)54.95º75.89%55.29%-
XYZ19.5222.284.78-
YUV123.5277.48140.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 34 (13.67% from 255) = 11.07%
R=45.93%
G=43.00%
B=11.07%

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
Decimal1411323400.060.760.4554.9561.1434.31
Hex8D8422064C2D373d22
Octal215204420611455677542
Binary100011011000010010001001101001100101101110111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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