#8F842D

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

Shades of Lemon Ginger #8F842D

Tints of Lemon Ginger #8F842D

Color information

#8F842D (or 0x8F842D) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 84 and 2D. RGB value is (143,132,45). Sum of RGB (Red+Green+Blue) = 143+132+45=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F842D is #707BD2. Grayscale: #7D7D7D. Windows color (decimal): -7371731 or 2983055. OLE color: 2983055.

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

Color convert

RGB14313245-
CMYK00.080.690.44
HSL53.27º52.13%36.86%-
HSV(B)53.27º68.53%56.08%-
XYZ20.0522.535.77-
YUV125.3782.64140.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 45 (17.97% from 255) = 14.06%
R=44.69%
G=41.25%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431324500.080.690.4453.2752.1336.86
Hex8F842D08452C353425
Octal2172045501010554656445
Binary1000111110000100101101010001000101101100110101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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