#8f7b2e

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

Shades of Lemon Ginger #8F7B2E

Tints of Lemon Ginger #8F7B2E

Color information

#8F7B2E (or 0x8F7B2E) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7B and 2E. RGB value is (143,123,46). Sum of RGB (Red+Green+Blue) = 143+123+46=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7B2E is #7084D1. Grayscale: #787878. Windows color (decimal): -7374034 or 3046287. OLE color: 3046287.

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

Color convert

RGB14312346-
CMYK00.140.680.44
HSL47.63º51.32%37.06%-
HSV(B)47.63º67.83%56.08%-
XYZ18.920.25.49-
YUV120.286.13144.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.83%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=45.83%
G=39.42%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431234600.140.680.4447.6351.3237.06
Hex8F7B2E0E442C303325
Octal2171735601610454606345
Binary100011111111011101110011101000100101100110000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f7b2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,46); }

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

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

 a { background-color: rgb(143,123,46); }

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

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

 span { border-color: rgb(143,123,46); }

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