#8F8519

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

Shades of Lemon Ginger #8F8519

Tints of Lemon Ginger #8F8519

Color information

#8F8519 (or 0x8F8519) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 85 and 19. RGB value is (143,133,25). Sum of RGB (Red+Green+Blue) = 143+133+25=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8519 is #707AE6. Grayscale: #7C7C7C. Windows color (decimal): -7371495 or 1672591. OLE color: 1672591.

HSL color Cylindrical-coordinate representation of color #8F8519: hue angle of 54.92º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F8519 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB14313325-
CMYK00.070.830.44
HSL54.92º70.24%32.94%-
HSV(B)54.92º82.52%56.08%-
XYZ19.8922.684.25-
YUV123.6872.31141.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.51%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 25 (10.16% from 255) = 8.31%
R=47.51%
G=44.19%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431332500.070.830.4454.9270.2432.94
Hex8F851907532C374621
Octal2172053107123546710641
Binary100011111000010111001011110100111011001101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,133,25); }

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

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

 a { background-color: rgb(143,133,25); }

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

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

 span { border-color: rgb(143,133,25); }

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