#8D791C

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

Shades of Lemon Ginger #8D791C

Tints of Lemon Ginger #8D791C

Color information

#8D791C (or 0x8D791C) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 79 and 1C. RGB value is (141,121,28). Sum of RGB (Red+Green+Blue) = 141+121+28=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D791C is #7286E3. Grayscale: #747474. Windows color (decimal): -7505636 or 1866125. OLE color: 1866125.

HSL color Cylindrical-coordinate representation of color #8D791C: hue angle of 49.38º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D791C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB14112128-
CMYK00.140.800.45
HSL49.38º66.86%33.14%-
HSV(B)49.38º80.14%55.29%-
XYZ18.0319.423.9-
YUV116.3878.13145.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=48.62%
G=41.72%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411212800.140.800.4549.3866.8633.14
Hex8D791C0E502D314321
Octal21517134016120556110341
Binary100011011111001111000111010100001011011100011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D791C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,121,28); }

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

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

 a { background-color: rgb(141,121,28); }

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

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

 span { border-color: rgb(141,121,28); }

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