#8D8228

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

Shades of Lemon Ginger #8D8228

Tints of Lemon Ginger #8D8228

Color information

#8D8228 (or 0x8D8228) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 82 and 28. RGB value is (141,130,40). Sum of RGB (Red+Green+Blue) = 141+130+40=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8228 is #727DD7. Grayscale: #7B7B7B. Windows color (decimal): -7503320 or 2654861. OLE color: 2654861.

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

Color convert

RGB14113040-
CMYK00.080.720.45
HSL53.47º55.8%35.49%-
HSV(B)53.47º71.63%55.29%-
XYZ19.3521.785.19-
YUV123.0381.14140.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=45.34%
G=41.80%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411304000.080.720.4553.4755.835.49
Hex8D822808482D353823
Octal2152025001011055657043
Binary1000110110000010101000010001001000101101110101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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