#8C7C15

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

Shades of Lemon Ginger #8C7C15

Tints of Lemon Ginger #8C7C15

Color information

#8C7C15 (or 0x8C7C15) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7C and 15. RGB value is (140,124,21). Sum of RGB (Red+Green+Blue) = 140+124+21=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7C15 is #7383EA. Grayscale: #757575. Windows color (decimal): -7570411 or 1408140. OLE color: 1408140.

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

Color convert

RGB14012421-
CMYK00.110.850.45
HSL51.93º73.91%31.57%-
HSV(B)51.93º85%54.9%-
XYZ18.1620.043.62-
YUV117.0473.8144.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=49.12%
G=43.51%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401242100.110.850.4551.9373.9131.57
Hex8C7C150B552D344a20
Octal21417425013125556411240
Binary100011001111100101010101110101011011011101001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,21); }

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

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

 a { background-color: rgb(140,124,21); }

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

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

 span { border-color: rgb(140,124,21); }

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