#8F8713

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

Shades of Lemon Ginger #8F8713

Tints of Lemon Ginger #8F8713

Color information

#8F8713 (or 0x8F8713) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 87 and 13. RGB value is (143,135,19). Sum of RGB (Red+Green+Blue) = 143+135+19=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8713 is #7078EC. Grayscale: #7C7C7C. Windows color (decimal): -7370989 or 1279887. OLE color: 1279887.

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

Color convert

RGB14313519-
CMYK00.060.870.44
HSL56.13º76.54%31.76%-
HSV(B)56.13º86.71%56.08%-
XYZ20.1123.214.04-
YUV124.1768.65141.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 19 (7.81% from 255) = 6.40%
R=48.15%
G=45.45%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431351900.060.870.4456.1376.5431.76
Hex8F871306572C384d20
Octal2172072306127547011540
Binary100011111000011110011011010101111011001110001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,19); }

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

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

 a { background-color: rgb(143,135,19); }

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

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

 span { border-color: rgb(143,135,19); }

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