#8D791F

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

Shades of Lemon Ginger #8D791F

Tints of Lemon Ginger #8D791F

Color information

#8D791F (or 0x8D791F) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 79 and 1F. RGB value is (141,121,31). Sum of RGB (Red+Green+Blue) = 141+121+31=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D791F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D791F is #7286E0. Grayscale: #757575. Windows color (decimal): -7505633 or 2062733. OLE color: 2062733.

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

Color convert

RGB14112131-
CMYK00.140.780.45
HSL49.09º63.95%33.73%-
HSV(B)49.09º78.01%55.29%-
XYZ18.0719.444.1-
YUV116.7279.63145.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.12%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=48.12%
G=41.30%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411213100.140.780.4549.0963.9533.73
Hex8D791F0E4E2D314022
Octal21517137016116556110042
Binary100011011111001111110111010011101011011100011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D791F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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