#8C7F24

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

Shades of Lemon Ginger #8C7F24

Tints of Lemon Ginger #8C7F24

Color information

#8C7F24 (or 0x8C7F24) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7F and 24. RGB value is (140,127,36). Sum of RGB (Red+Green+Blue) = 140+127+36=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F24 is #7380DB. Grayscale: #787878. Windows color (decimal): -7569628 or 2391948. OLE color: 2391948.

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

Color convert

RGB14012736-
CMYK00.090.740.45
HSL52.5º59.09%34.51%-
HSV(B)52.5º74.29%54.9%-
XYZ18.7220.884.71-
YUV120.5180.31141.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 36 (14.45% from 255) = 11.88%
R=46.20%
G=41.91%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401273600.090.740.4552.559.0934.51
Hex8C7F24094A2D343b23
Octal2141774401111255647343
Binary100011001111111100100010011001010101101110100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,36); }

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

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

 a { background-color: rgb(140,127,36); }

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

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

 span { border-color: rgb(140,127,36); }

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