#8C8221

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

Shades of Lemon Ginger #8C8221

Tints of Lemon Ginger #8C8221

Color information

#8C8221 (or 0x8C8221) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 82 and 21. RGB value is (140,130,33). Sum of RGB (Red+Green+Blue) = 140+130+33=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8221 is #737DDE. Grayscale: #7A7A7A. Windows color (decimal): -7568863 or 2196108. OLE color: 2196108.

HSL color Cylindrical-coordinate representation of color #8C8221: hue angle of 54.39º degrees, saturation: 0.62, 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 #8C8221 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB14013033-
CMYK00.070.760.45
HSL54.39º61.85%33.92%-
HSV(B)54.39º76.43%54.9%-
XYZ19.0721.654.61-
YUV121.9377.81140.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=46.20%
G=42.90%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401303300.070.760.4554.3961.8533.92
Hex8C8221074C2D363e22
Octal214202410711455667642
Binary100011001000001010000101111001100101101110110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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