Html Css Color HEX #8D882C Lemon Ginger

📋 copy color: '#8D882C'

red 141 ◦ green 136 ◦ blue 44

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

Shades of Lemon Ginger #8D882C

Tints of Lemon Ginger #8D882C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 43.93%
G = 42.37%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D882C (or 0x8D882C) is known color: Lemon Ginger. HEX triplet: 8D, 88 and 2C. RGB value is (141,136,44). Sum of RGB (Red+Green+Blue) = 141+136+44=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D882C is #7277D3. Grayscale: #7F7F7F. Windows color (decimal): -7501780 or 2918541. OLE color: 2918541.

HSL color Cylindrical-coordinate representation of color #8D882C: hue angle of 56.91º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D882C is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 136 44 -
CMYK 0 0.04 0.69 0.45
HSL 56.91º 0.52% 0.36% -
HSV(B) 56.91º 0.69% 0.55% -
XYZ 20.24 23.45 5.84 -
YUV 127.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 141 136 44 0 0.04 0.69 0.45 56.91 0.52 0.36
Hex 8D 88 2C 0 4 45 2D 39 34 24
Octal 215 210 54 0 4 105 55 71 64 44
Binary 10001101 10001000 101100 0 100 1000101 101101 111001 110100 100100

Color Harmonies of #8D882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D882C

Black with #8D882C

Text Example


Text Example

White with #8D882C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,44); }

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

background-color css

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

 a { background-color: rgb(141,136,44); }

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

border-color css

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

 span { border-color: rgb(141,136,44); }

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