#8C7A22

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

Shades of Lemon Ginger #8C7A22

Tints of Lemon Ginger #8C7A22

Color information

#8C7A22 (or 0x8C7A22) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7A and 22. RGB value is (140,122,34). Sum of RGB (Red+Green+Blue) = 140+122+34=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A22 is #7385DD. Grayscale: #757575. Windows color (decimal): -7570910 or 2259596. OLE color: 2259596.

HSL color Cylindrical-coordinate representation of color #8C7A22: hue angle of 49.81º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C7A22 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB14012234-
CMYK00.130.760.45
HSL49.81º60.92%34.12%-
HSV(B)49.81º75.71%54.9%-
XYZ18.0619.614.35-
YUV117.3580.96144.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 34 (13.67% from 255) = 11.49%
R=47.30%
G=41.22%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401223400.130.760.4549.8160.9234.12
Hex8C7A220D4C2D323d22
Octal2141724201511455627542
Binary100011001111010100010011011001100101101110010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,34); }

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

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

 a { background-color: rgb(140,122,34); }

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

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

 span { border-color: rgb(140,122,34); }

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