#8D7B2F

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

Shades of Lemon Ginger #8D7B2F

Tints of Lemon Ginger #8D7B2F

Color information

#8D7B2F (or 0x8D7B2F) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7B and 2F. RGB value is (141,123,47). Sum of RGB (Red+Green+Blue) = 141+123+47=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7B2F is #7284D0. Grayscale: #787878. Windows color (decimal): -7505105 or 3111821. OLE color: 3111821.

HSL color Cylindrical-coordinate representation of color #8D7B2F: hue angle of 48.51º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D7B2F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB14112347-
CMYK00.130.670.45
HSL48.51º50%36.86%-
HSV(B)48.51º66.67%55.29%-
XYZ18.5820.035.58-
YUV119.7286.96143.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=45.34%
G=39.55%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411234700.130.670.4548.515036.86
Hex8D7B2F0D432D313225
Octal2151735701510355616245
Binary100011011111011101111011011000011101101110001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,123,47); }

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

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

 a { background-color: rgb(141,123,47); }

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

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

 span { border-color: rgb(141,123,47); }

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