#8F7E13

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

Shades of Lemon Ginger #8F7E13

Tints of Lemon Ginger #8F7E13

Color information

#8F7E13 (or 0x8F7E13) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7E and 13. RGB value is (143,126,19). Sum of RGB (Red+Green+Blue) = 143+126+19=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7E13 is #7081EC. Grayscale: #777777. Windows color (decimal): -7373293 or 1277583. OLE color: 1277583.

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

Color convert

RGB14312619-
CMYK00.120.870.44
HSL51.77º76.54%31.76%-
HSV(B)51.77º86.71%56.08%-
XYZ18.9120.813.64-
YUV118.8871.63145.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.65%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=49.65%
G=43.75%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431261900.120.870.4451.7776.5431.76
Hex8F7E130C572C344d20
Octal21717623014127546411540
Binary100011111111110100110110010101111011001101001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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