#8F7E2D

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

Shades of Lemon Ginger #8F7E2D

Tints of Lemon Ginger #8F7E2D

Color information

#8F7E2D (or 0x8F7E2D) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7E and 2D. RGB value is (143,126,45). Sum of RGB (Red+Green+Blue) = 143+126+45=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E2D is #7081D2. Grayscale: #7A7A7A. Windows color (decimal): -7373267 or 2981519. OLE color: 2981519.

HSL color Cylindrical-coordinate representation of color #8F7E2D: hue angle of 49.59º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F7E2D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14312645-
CMYK00.120.690.44
HSL49.59º52.13%36.86%-
HSV(B)49.59º68.53%56.08%-
XYZ19.2620.955.51-
YUV121.8584.63143.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.54%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=45.54%
G=40.13%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431264500.120.690.4449.5952.1336.86
Hex8F7E2D0C452C323425
Octal2171765501410554626445
Binary100011111111110101101011001000101101100110010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,126,45); }

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

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

 a { background-color: rgb(143,126,45); }

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

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

 span { border-color: rgb(143,126,45); }

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