Html Css Color HEX #8D8518 Lemon Ginger

📋 copy color: '#8D8518'

red 141 ◦ green 133 ◦ blue 24

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

Shades of Lemon Ginger #8D8518

Tints of Lemon Ginger #8D8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 47.32%
G = 44.63%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8D8518 (or 0x8D8518) is known color: Lemon Ginger. HEX triplet: 8D, 85 and 18. RGB value is (141,133,24). Sum of RGB (Red+Green+Blue) = 141+133+24=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8518 is #727AE7. Grayscale: #7B7B7B. Windows color (decimal): -7502568 or 1607053. OLE color: 1607053.

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

Color convert

RGB 141 133 24 -
CMYK 0 0.06 0.83 0.45
HSL 55.9º 0.71% 0.32% -
HSV(B) 55.9º 0.83% 0.55% -
XYZ 19.54 22.5 4.18 -
YUV 122.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 141 133 24 0 0.06 0.83 0.45 55.9 0.71 0.32
Hex 8D 85 18 0 6 53 2D 38 47 20
Octal 215 205 30 0 6 123 55 70 107 40
Binary 10001101 10000101 11000 0 110 1010011 101101 111000 1000111 100000

Color Harmonies of #8D8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8518

Black with #8D8518

Text Example


Text Example

White with #8D8518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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