#8D7E1B

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

Shades of Lemon Ginger #8D7E1B

Tints of Lemon Ginger #8D7E1B

Color information

#8D7E1B (or 0x8D7E1B) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7E and 1B. RGB value is (141,126,27). Sum of RGB (Red+Green+Blue) = 141+126+27=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7E1B is #7281E4. Grayscale: #777777. Windows color (decimal): -7504357 or 1801869. OLE color: 1801869.

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

Color convert

RGB14112627-
CMYK00.110.810.45
HSL52.11º67.86%32.94%-
HSV(B)52.11º80.85%55.29%-
XYZ18.6420.664.04-
YUV119.275.97143.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=47.96%
G=42.86%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411262700.110.810.4552.1167.8632.94
Hex8D7E1B0B512D344421
Octal21517633013121556410441
Binary100011011111110110110101110100011011011101001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,126,27); }

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

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

 a { background-color: rgb(141,126,27); }

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

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

 span { border-color: rgb(141,126,27); }

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