#8C8223

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

Shades of Lemon Ginger #8C8223

Tints of Lemon Ginger #8C8223

Color information

#8C8223 (or 0x8C8223) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 82 and 23. RGB value is (140,130,35). Sum of RGB (Red+Green+Blue) = 140+130+35=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8223 is #737DDC. Grayscale: #7A7A7A. Windows color (decimal): -7568861 or 2327180. OLE color: 2327180.

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

Color convert

RGB14013035-
CMYK00.070.750.45
HSL54.29º60%34.31%-
HSV(B)54.29º75%54.9%-
XYZ19.121.664.76-
YUV122.1678.81140.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 35 (14.06% from 255) = 11.48%
R=45.90%
G=42.62%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401303500.070.750.4554.296034.31
Hex8C8223074B2D363c22
Octal214202430711355667442
Binary100011001000001010001101111001011101101110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,35); }

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

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

 a { background-color: rgb(140,130,35); }

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

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

 span { border-color: rgb(140,130,35); }

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