#8d7f25

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

Shades of Lemon Ginger #8D7F25

Tints of Lemon Ginger #8D7F25

Color information

#8D7F25 (or 0x8D7F25) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7F and 25. RGB value is (141,127,37). Sum of RGB (Red+Green+Blue) = 141+127+37=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7F25 is #7280DA. Grayscale: #797979. Windows color (decimal): -7504091 or 2457485. OLE color: 2457485.

HSL color Cylindrical-coordinate representation of color #8D7F25: hue angle of 51.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D7F25 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB14112737-
CMYK00.100.740.45
HSL51.92º58.43%34.9%-
HSV(B)51.92º73.76%55.29%-
XYZ18.9120.984.8-
YUV120.9380.64142.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=46.23%
G=41.64%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411273700.100.740.4551.9258.4334.9
Hex8D7F250A4A2D343a23
Octal2151774501211255647243
Binary100011011111111100101010101001010101101110100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d7f25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,37); }

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

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

 a { background-color: rgb(141,127,37); }

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

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

 span { border-color: rgb(141,127,37); }

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