#8D8428

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

Shades of Lemon Ginger #8D8428

Tints of Lemon Ginger #8D8428

Color information

#8D8428 (or 0x8D8428) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 84 and 28. RGB value is (141,132,40). Sum of RGB (Red+Green+Blue) = 141+132+40=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8428 is #727BD7. Grayscale: #7C7C7C. Windows color (decimal): -7502808 or 2655373. OLE color: 2655373.

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

Color convert

RGB14113240-
CMYK00.060.720.45
HSL54.65º55.8%35.49%-
HSV(B)54.65º71.63%55.29%-
XYZ19.6222.325.28-
YUV124.280.48139.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=45.05%
G=42.17%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411324000.060.720.4554.6555.835.49
Hex8D842806482D373823
Octal215204500611055677043
Binary100011011000010010100001101001000101101110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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