#8f7d2a

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

Shades of Lemon Ginger #8F7D2A

Tints of Lemon Ginger #8F7D2A

Color information

#8F7D2A (or 0x8F7D2A) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7D and 2A. RGB value is (143,125,42). Sum of RGB (Red+Green+Blue) = 143+125+42=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7D2A is #7082D5. Grayscale: #797979. Windows color (decimal): -7373526 or 2784655. OLE color: 2784655.

HSL color Cylindrical-coordinate representation of color #8F7D2A: hue angle of 49.31º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F7D2A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14312542-
CMYK00.130.710.44
HSL49.31º54.59%36.27%-
HSV(B)49.31º70.63%56.08%-
XYZ19.0820.675.18-
YUV120.9283.46143.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=46.13%
G=40.32%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431254200.130.710.4449.3154.5936.27
Hex8F7D2A0D472C313724
Octal2171755201510754616744
Binary100011111111101101010011011000111101100110001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f7d2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,42); }

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

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

 a { background-color: rgb(143,125,42); }

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

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

 span { border-color: rgb(143,125,42); }

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