#8F872E

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

Shades of Lemon Ginger #8F872E

Tints of Lemon Ginger #8F872E

Color information

#8F872E (or 0x8F872E) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 87 and 2E. RGB value is (143,135,46). Sum of RGB (Red+Green+Blue) = 143+135+46=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F872E is #7078D1. Grayscale: #7F7F7F. Windows color (decimal): -7370962 or 3049359. OLE color: 3049359.

HSL color Cylindrical-coordinate representation of color #8F872E: hue angle of 55.05º 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 #8F872E is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14313546-
CMYK00.060.680.44
HSL55.05º51.32%37.06%-
HSV(B)55.05º67.83%56.08%-
XYZ20.4823.366.01-
YUV127.2582.15139.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=44.14%
G=41.67%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431354600.060.680.4455.0551.3237.06
Hex8F872E06442C373325
Octal217207560610454676345
Binary100011111000011110111001101000100101100110111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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