#8F8327

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

Shades of Lemon Ginger #8F8327

Tints of Lemon Ginger #8F8327

Color information

#8F8327 (or 0x8F8327) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 83 and 27. RGB value is (143,131,39). Sum of RGB (Red+Green+Blue) = 143+131+39=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8327 is #707CD8. Grayscale: #7C7C7C. Windows color (decimal): -7371993 or 2589583. OLE color: 2589583.

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

Color convert

RGB14313139-
CMYK00.080.730.44
HSL53.08º57.14%35.69%-
HSV(B)53.08º72.73%56.08%-
XYZ19.8122.225.16-
YUV124.179.98141.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.69%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=45.69%
G=41.85%
B=12.46%

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
Decimal1431313900.080.730.4453.0857.1435.69
Hex8F832708492C353924
Octal2172034701011154657144
Binary1000111110000011100111010001001001101100110101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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