#8D862E

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

Shades of Lemon Ginger #8D862E

Tints of Lemon Ginger #8D862E

Color information

#8D862E (or 0x8D862E) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 86 and 2E. RGB value is (141,134,46). Sum of RGB (Red+Green+Blue) = 141+134+46=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D862E is #7279D1. Grayscale: #7E7E7E. Windows color (decimal): -7502290 or 3049101. OLE color: 3049101.

HSL color Cylindrical-coordinate representation of color #8D862E: hue angle of 55.58º degrees, saturation: 0.51, 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 #8D862E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB14113446-
CMYK00.050.670.45
HSL55.58º50.8%36.67%-
HSV(B)55.58º67.38%55.29%-
XYZ2022.915.95-
YUV126.0682.82138.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=43.93%
G=41.74%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411344600.050.670.4555.5850.836.67
Hex8D862E05432D383325
Octal215206560510355706345
Binary100011011000011010111001011000011101101111000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,46); }

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

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

 a { background-color: rgb(141,134,46); }

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

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

 span { border-color: rgb(141,134,46); }

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