#8f842e

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

Shades of Lemon Ginger #8F842E

Tints of Lemon Ginger #8F842E

Color information

#8F842E (or 0x8F842E) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 84 and 2E. RGB value is (143,132,46). Sum of RGB (Red+Green+Blue) = 143+132+46=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F842E is #707BD1. Grayscale: #7D7D7D. Windows color (decimal): -7371730 or 3048591. OLE color: 3048591.

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

Color convert

RGB14313246-
CMYK00.080.680.44
HSL53.2º51.32%37.06%-
HSV(B)53.2º67.83%56.08%-
XYZ20.0722.545.88-
YUV125.4883.14140.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=44.55%
G=41.12%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431324600.080.680.4453.251.3237.06
Hex8F842E08442C353325
Octal2172045601010454656345
Binary1000111110000100101110010001000100101100110101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f842e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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