#8F8427

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

Shades of Lemon Ginger #8F8427

Tints of Lemon Ginger #8F8427

Color information

#8F8427 (or 0x8F8427) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 84 and 27. RGB value is (143,132,39). Sum of RGB (Red+Green+Blue) = 143+132+39=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8427 is #707BD8. Grayscale: #7D7D7D. Windows color (decimal): -7371737 or 2589839. OLE color: 2589839.

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

Color convert

RGB14313239-
CMYK00.080.730.44
HSL53.65º57.14%35.69%-
HSV(B)53.65º72.73%56.08%-
XYZ19.9522.495.21-
YUV124.6979.64141.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.54%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=45.54%
G=42.04%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431323900.080.730.4453.6557.1435.69
Hex8F842708492C363924
Octal2172044701011154667144
Binary1000111110000100100111010001001001101100110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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