Html Css Color HEX #8D8624 Lemon Ginger

📋 copy color: '#8D8624'

red 141 ◦ green 134 ◦ blue 36

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

Shades of Lemon Ginger #8D8624

Tints of Lemon Ginger #8D8624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 45.34%
G = 43.09%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8D8624 (or 0x8D8624) is known color: Lemon Ginger. HEX triplet: 8D, 86 and 24. RGB value is (141,134,36). Sum of RGB (Red+Green+Blue) = 141+134+36=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8624 is #7279DB. Grayscale: #7D7D7D. Windows color (decimal): -7502300 or 2393741. OLE color: 2393741.

HSL color Cylindrical-coordinate representation of color #8D8624: hue angle of 56º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D8624 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 134 36 -
CMYK 0 0.05 0.74 0.45
HSL 56º 0.59% 0.35% -
HSV(B) 56º 0.74% 0.55% -
XYZ 19.83 22.84 5.03 -
YUV 124.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 141 134 36 0 0.05 0.74 0.45 56 0.59 0.35
Hex 8D 86 24 0 5 4A 2D 38 3B 23
Octal 215 206 44 0 5 112 55 70 73 43
Binary 10001101 10000110 100100 0 101 1001010 101101 111000 111011 100011

Color Harmonies of #8D8624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8624

Black with #8D8624

Text Example


Text Example

White with #8D8624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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