#8D851E

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

Shades of Lemon Ginger #8D851E

Tints of Lemon Ginger #8D851E

Color information

#8D851E (or 0x8D851E) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 85 and 1E. RGB value is (141,133,30). Sum of RGB (Red+Green+Blue) = 141+133+30=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D851E is #727AE1. Grayscale: #7C7C7C. Windows color (decimal): -7502562 or 2000269. OLE color: 2000269.

HSL color Cylindrical-coordinate representation of color #8D851E: hue angle of 55.68º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D851E is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14113330-
CMYK00.060.790.45
HSL55.68º64.91%33.53%-
HSV(B)55.68º78.72%55.29%-
XYZ19.6122.534.54-
YUV123.6575.15140.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=46.38%
G=43.75%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411333000.060.790.4555.6864.9133.53
Hex8D851E064F2D384122
Octal2152053606117557010142
Binary100011011000010111110011010011111011011110001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,30); }

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

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

 a { background-color: rgb(141,133,30); }

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

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

 span { border-color: rgb(141,133,30); }

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