#8d7f2d

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

Shades of Lemon Ginger #8D7F2D

Tints of Lemon Ginger #8D7F2D

Color information

#8D7F2D (or 0x8D7F2D) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7F and 2D. RGB value is (141,127,45). Sum of RGB (Red+Green+Blue) = 141+127+45=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7F2D is #7280D2. Grayscale: #7A7A7A. Windows color (decimal): -7504083 or 2981773. OLE color: 2981773.

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

Color convert

RGB14112745-
CMYK00.100.680.45
HSL51.25º51.61%36.47%-
HSV(B)51.25º68.09%55.29%-
XYZ19.0521.035.54-
YUV121.8484.64141.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=45.05%
G=40.58%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411274500.100.680.4551.2551.6136.47
Hex8D7F2D0A442D333424
Octal2151775501210455636444
Binary100011011111111101101010101000100101101110011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d7f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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