#8C7E15

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

Shades of Lemon Ginger #8C7E15

Tints of Lemon Ginger #8C7E15

Color information

#8C7E15 (or 0x8C7E15) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7E and 15. RGB value is (140,126,21). Sum of RGB (Red+Green+Blue) = 140+126+21=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7E15 is #7381EA. Grayscale: #767676. Windows color (decimal): -7569899 or 1408652. OLE color: 1408652.

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

Color convert

RGB14012621-
CMYK00.100.850.45
HSL52.94º73.91%31.57%-
HSV(B)52.94º85%54.9%-
XYZ18.4120.553.71-
YUV118.2273.14143.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=48.78%
G=43.90%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401262100.100.850.4552.9473.9131.57
Hex8C7E150A552D354a20
Octal21417625012125556511240
Binary100011001111110101010101010101011011011101011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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