#8F7E34

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

Shades of Lemon Ginger #8F7E34

Tints of Lemon Ginger #8F7E34

Color information

#8F7E34 (or 0x8F7E34) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 7E and 34. RGB value is (143,126,52). Sum of RGB (Red+Green+Blue) = 143+126+52=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E34 is #7081CB. Grayscale: #7A7A7A. Windows color (decimal): -7373260 or 3440271. OLE color: 3440271.

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

Color convert

RGB14312652-
CMYK00.120.640.44
HSL48.79º46.67%38.24%-
HSV(B)48.79º63.64%56.08%-
XYZ19.4121.016.28-
YUV122.6588.13142.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=44.55%
G=39.25%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431265200.120.640.4448.7946.6738.24
Hex8F7E340C402C312f26
Octal2171766401410054615746
Binary100011111111110110100011001000000101100110001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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