#8F7F31

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

Shades of Lemon Ginger #8F7F31

Tints of Lemon Ginger #8F7F31

Color information

#8F7F31 (or 0x8F7F31) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7F and 31. RGB value is (143,127,49). Sum of RGB (Red+Green+Blue) = 143+127+49=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7F31 is #7080CE. Grayscale: #7B7B7B. Windows color (decimal): -7373007 or 3243919. OLE color: 3243919.

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

Color convert

RGB14312749-
CMYK00.110.660.44
HSL49.79º48.96%37.65%-
HSV(B)49.79º65.73%56.08%-
XYZ19.4721.245.98-
YUV122.8986.3142.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=44.83%
G=39.81%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431274900.110.660.4449.7948.9637.65
Hex8F7F310B422C323126
Octal2171776101310254626146
Binary100011111111111110001010111000010101100110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,127,49); }

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

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

 a { background-color: rgb(143,127,49); }

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

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

 span { border-color: rgb(143,127,49); }

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