#8F8414

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

Shades of Lemon Ginger #8F8414

Tints of Lemon Ginger #8F8414

Color information

#8F8414 (or 0x8F8414) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 84 and 14. RGB value is (143,132,20). Sum of RGB (Red+Green+Blue) = 143+132+20=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8414 is #707BEB. Grayscale: #7A7A7A. Windows color (decimal): -7371756 or 1344655. OLE color: 1344655.

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

Color convert

RGB14313220-
CMYK00.080.860.44
HSL54.63º75.46%31.96%-
HSV(B)54.63º86.01%56.08%-
XYZ19.7122.393.95-
YUV122.5270.14142.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.47%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=48.47%
G=44.75%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431322000.080.860.4454.6375.4631.96
Hex8F841408562C374b20
Octal21720424010126546711340
Binary1000111110000100101000100010101101011001101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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