#8D7C2B

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

Shades of Lemon Ginger #8D7C2B

Tints of Lemon Ginger #8D7C2B

Color information

#8D7C2B (or 0x8D7C2B) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7C and 2B. RGB value is (141,124,43). Sum of RGB (Red+Green+Blue) = 141+124+43=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7C2B is #7283D4. Grayscale: #787878. Windows color (decimal): -7504853 or 2849933. OLE color: 2849933.

HSL color Cylindrical-coordinate representation of color #8D7C2B: hue angle of 49.59º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D7C2B is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB14112443-
CMYK00.120.700.45
HSL49.59º53.26%36.08%-
HSV(B)49.59º69.5%55.29%-
XYZ18.6320.255.21-
YUV119.8584.63143.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=45.78%
G=40.26%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411244300.120.700.4549.5953.2636.08
Hex8D7C2B0C462D323524
Octal2151745301410655626544
Binary100011011111100101011011001000110101101110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,43); }

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

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

 a { background-color: rgb(141,124,43); }

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

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

 span { border-color: rgb(141,124,43); }

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