#8F7E28

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

Shades of Lemon Ginger #8F7E28

Tints of Lemon Ginger #8F7E28

Color information

#8F7E28 (or 0x8F7E28) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7E and 28. RGB value is (143,126,40). Sum of RGB (Red+Green+Blue) = 143+126+40=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E28 is #7081D7. Grayscale: #797979. Windows color (decimal): -7373272 or 2653839. OLE color: 2653839.

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

Color convert

RGB14312640-
CMYK00.120.720.44
HSL50.1º56.28%35.88%-
HSV(B)50.1º72.03%56.08%-
XYZ19.1720.915.03-
YUV121.2882.13143.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.28%
GREEN value IS 126 (49.61% from 255) = 40.78%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=46.28%
G=40.78%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431264000.120.720.4450.156.2835.88
Hex8F7E280C482C323824
Octal2171765001411054627044
Binary100011111111110101000011001001000101100110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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