#8D7E17

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

Shades of Lemon Ginger #8D7E17

Tints of Lemon Ginger #8D7E17

Color information

#8D7E17 (or 0x8D7E17) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7E and 17. RGB value is (141,126,23). Sum of RGB (Red+Green+Blue) = 141+126+23=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7E17 is #7281E8. Grayscale: #777777. Windows color (decimal): -7504361 or 1539725. OLE color: 1539725.

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

Color convert

RGB14112623-
CMYK00.110.840.45
HSL52.37º71.95%32.16%-
HSV(B)52.37º83.69%55.29%-
XYZ18.620.653.82-
YUV118.7473.97143.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 23 (9.38% from 255) = 7.93%
R=48.62%
G=43.45%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411262300.110.840.4552.3771.9532.16
Hex8D7E170B542D344820
Octal21517627013124556411040
Binary100011011111110101110101110101001011011101001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,126,23); }

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

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

 a { background-color: rgb(141,126,23); }

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

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

 span { border-color: rgb(141,126,23); }

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