#8C7D17

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

Shades of Lemon Ginger #8C7D17

Tints of Lemon Ginger #8C7D17

Color information

#8C7D17 (or 0x8C7D17) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7D and 17. RGB value is (140,125,23). Sum of RGB (Red+Green+Blue) = 140+125+23=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7D17 is #7382E8. Grayscale: #767676. Windows color (decimal): -7570153 or 1539468. OLE color: 1539468.

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

Color convert

RGB14012523-
CMYK00.110.840.45
HSL52.31º71.78%31.96%-
HSV(B)52.31º83.57%54.9%-
XYZ18.320.33.77-
YUV117.8674.47143.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 23 (9.38% from 255) = 7.99%
R=48.61%
G=43.40%
B=7.99%

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
Decimal1401252300.110.840.4552.3171.7831.96
Hex8C7D170B542D344820
Octal21417527013124556411040
Binary100011001111101101110101110101001011011101001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,125,23); }

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

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

 a { background-color: rgb(140,125,23); }

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

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

 span { border-color: rgb(140,125,23); }

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