#8C8033

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

Shades of Lemon Ginger #8C8033

Tints of Lemon Ginger #8C8033

Color information

#8C8033 (or 0x8C8033) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 80 and 33. RGB value is (140,128,51). Sum of RGB (Red+Green+Blue) = 140+128+51=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8033 is #737FCC. Grayscale: #7B7B7B. Windows color (decimal): -7569357 or 3375244. OLE color: 3375244.

HSL color Cylindrical-coordinate representation of color #8C8033: hue angle of 51.91º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C8033 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB14012851-
CMYK00.090.640.45
HSL51.91º46.6%37.45%-
HSV(B)51.91º63.57%54.9%-
XYZ19.1321.256.23-
YUV122.8187.48140.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=43.89%
G=40.13%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401285100.090.640.4551.9146.637.45
Hex8C803309402D342f25
Octal2142006301110055645745
Binary1000110010000000110011010011000000101101110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,51); }

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

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

 a { background-color: rgb(140,128,51); }

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

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

 span { border-color: rgb(140,128,51); }

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