Html Css Color HEX #8D821F Lemon Ginger

📋 copy color: '#8D821F'

red 141 ◦ green 130 ◦ blue 31

#8D821F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #8D821F

Tints of Lemon Ginger #8D821F

RGB

 RED value IS 141 (55.47% from 255) = 46.69%

 GREEN value IS 130 (51.17% from 255) = 43.05%

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 46.69%
G = 43.05%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D821F (or 0x8D821F) is known color: Lemon Ginger. HEX triplet: 8D, 82 and 1F. RGB value is (141,130,31). Sum of RGB (Red+Green+Blue) = 141+130+31=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D821F is #727DE0. Grayscale: #7A7A7A. Windows color (decimal): -7503329 or 2065037. OLE color: 2065037.

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

Color convert

RGB 141 130 31 -
CMYK 0 0.08 0.78 0.45
HSL 54º 0.64% 0.34% -
HSV(B) 54º 0.78% 0.55% -
XYZ 19.21 21.73 4.48 -
YUV 122 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 141 130 31 0 0.08 0.78 0.45 54 0.64 0.34
Hex 8D 82 1F 0 8 4E 2D 36 40 22
Octal 215 202 37 0 10 116 55 66 100 42
Binary 10001101 10000010 11111 0 1000 1001110 101101 110110 1000000 100010

Color Harmonies of #8D821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D821F

Black with #8D821F

Text Example


Text Example

White with #8D821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,130,31); }

 H1.HeaderClassName
 {
   color: #8D821F;
 }
 .AnyTagClassName
 {
   color: #8D821F;
 }
</style>

background-color css

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

 a { background-color: rgb(141,130,31); }

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

border-color css

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

 span { border-color: rgb(141,130,31); }

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