#8F7920

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

Shades of Lemon Ginger #8F7920

Tints of Lemon Ginger #8F7920

Color information

#8F7920 (or 0x8F7920) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 79 and 20. RGB value is (143,121,32). Sum of RGB (Red+Green+Blue) = 143+121+32=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7920 is #7086DF. Grayscale: #757575. Windows color (decimal): -7374560 or 2128271. OLE color: 2128271.

HSL color Cylindrical-coordinate representation of color #8F7920: hue angle of 48.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F7920 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14312132-
CMYK00.150.780.44
HSL48.11º63.43%34.31%-
HSV(B)48.11º77.62%56.08%-
XYZ18.4319.624.18-
YUV117.4379.79146.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.31%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 32 (12.89% from 255) = 10.81%
R=48.31%
G=40.88%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431213200.150.780.4448.1163.4334.31
Hex8F79200F4E2C303f22
Octal2171714001711654607742
Binary100011111111001100000011111001110101100110000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,32); }

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

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

 a { background-color: rgb(143,121,32); }

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

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

 span { border-color: rgb(143,121,32); }

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