#8C7D30

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

Shades of Lemon Ginger #8C7D30

Tints of Lemon Ginger #8C7D30

Color information

#8C7D30 (or 0x8C7D30) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7D and 30. RGB value is (140,125,48). Sum of RGB (Red+Green+Blue) = 140+125+48=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D30 is #7382CF. Grayscale: #797979. Windows color (decimal): -7570128 or 3177868. OLE color: 3177868.

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

Color convert

RGB14012548-
CMYK00.110.660.45
HSL50.22º48.94%36.86%-
HSV(B)50.22º65.71%54.9%-
XYZ18.6820.465.76-
YUV120.7186.97141.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=44.73%
G=39.94%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401254800.110.660.4550.2248.9436.86
Hex8C7D300B422D323125
Octal2141756001310255626145
Binary100011001111101110000010111000010101101110010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,125,48); }

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

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

 a { background-color: rgb(140,125,48); }

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

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

 span { border-color: rgb(140,125,48); }

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