#8F8317

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

Shades of Lemon Ginger #8F8317

Tints of Lemon Ginger #8F8317

Color information

#8F8317 (or 0x8F8317) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 83 and 17. RGB value is (143,131,23). Sum of RGB (Red+Green+Blue) = 143+131+23=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8317 is #707CE8. Grayscale: #7A7A7A. Windows color (decimal): -7372009 or 1541007. OLE color: 1541007.

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

Color convert

RGB14313123-
CMYK00.080.840.44
HSL54º72.29%32.55%-
HSV(B)54º83.92%56.08%-
XYZ19.622.134.05-
YUV122.2871.98142.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 23 (9.38% from 255) = 7.74%
R=48.15%
G=44.11%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431312300.080.840.445472.2932.55
Hex8F831708542C364821
Octal21720327010124546611041
Binary1000111110000011101110100010101001011001101101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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