#8F7D1F

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

Shades of Lemon Ginger #8F7D1F

Tints of Lemon Ginger #8F7D1F

Color information

#8F7D1F (or 0x8F7D1F) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7D and 1F. RGB value is (143,125,31). Sum of RGB (Red+Green+Blue) = 143+125+31=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7D1F is #7082E0. Grayscale: #787878. Windows color (decimal): -7373537 or 2063759. OLE color: 2063759.

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

Color convert

RGB14312531-
CMYK00.130.780.44
HSL50.36º64.37%34.12%-
HSV(B)50.36º78.32%56.08%-
XYZ18.9120.614.28-
YUV119.6777.96144.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 31 (12.5% from 255) = 10.37%
R=47.83%
G=41.81%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431253100.130.780.4450.3664.3734.12
Hex8F7D1F0D4E2C324022
Octal21717537015116546210042
Binary100011111111101111110110110011101011001100101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,31); }

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

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

 a { background-color: rgb(143,125,31); }

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

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

 span { border-color: rgb(143,125,31); }

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