#8D851D

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

Shades of Lemon Ginger #8D851D

Tints of Lemon Ginger #8D851D

Color information

#8D851D (or 0x8D851D) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 85 and 1D. RGB value is (141,133,29). Sum of RGB (Red+Green+Blue) = 141+133+29=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D851D is #727AE2. Grayscale: #7B7B7B. Windows color (decimal): -7502563 or 1934733. OLE color: 1934733.

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

Color convert

RGB14113329-
CMYK00.060.790.45
HSL55.71º65.88%33.33%-
HSV(B)55.71º79.43%55.29%-
XYZ19.5922.534.48-
YUV123.5474.65140.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 29 (11.72% from 255) = 9.57%
R=46.53%
G=43.89%
B=9.57%

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
Decimal1411332900.060.790.4555.7165.8833.33
Hex8D851D064F2D384221
Octal2152053506117557010241
Binary100011011000010111101011010011111011011110001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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