#8D871B

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

Shades of Lemon Ginger #8D871B

Tints of Lemon Ginger #8D871B

Color information

#8D871B (or 0x8D871B) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 87 and 1B. RGB value is (141,135,27). Sum of RGB (Red+Green+Blue) = 141+135+27=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D871B is #7278E4. Grayscale: #7C7C7C. Windows color (decimal): -7502053 or 1804173. OLE color: 1804173.

HSL color Cylindrical-coordinate representation of color #8D871B: hue angle of 56.84º 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 #8D871B is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB14113527-
CMYK00.040.810.45
HSL56.84º67.86%32.94%-
HSV(B)56.84º80.85%55.29%-
XYZ19.8523.074.44-
YUV124.4872.99139.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 27 (10.94% from 255) = 8.91%
R=46.53%
G=44.55%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411352700.040.810.4556.8467.8632.94
Hex8D871B04512D394421
Octal2152073304121557110441
Binary100011011000011111011010010100011011011110011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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