Html Css Color HEX #8D801D Lemon Ginger

📋 copy color: '#8D801D'

red 141 ◦ green 128 ◦ blue 29

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

Shades of Lemon Ginger #8D801D

Tints of Lemon Ginger #8D801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 47.32%
G = 42.95%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D801D (or 0x8D801D) is known color: Lemon Ginger. HEX triplet: 8D, 80 and 1D. RGB value is (141,128,29). Sum of RGB (Red+Green+Blue) = 141+128+29=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D801D is #727FE2. Grayscale: #797979. Windows color (decimal): -7503843 or 1933453. OLE color: 1933453.

HSL color Cylindrical-coordinate representation of color #8D801D: hue angle of 53.04º 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 #8D801D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 128 29 -
CMYK 0 0.09 0.79 0.45
HSL 53.04º 0.66% 0.33% -
HSV(B) 53.04º 0.79% 0.55% -
XYZ 18.93 21.19 4.25 -
YUV 120.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 141 128 29 0 0.09 0.79 0.45 53.04 0.66 0.33
Hex 8D 80 1D 0 9 4F 2D 35 42 21
Octal 215 200 35 0 11 117 55 65 102 41
Binary 10001101 10000000 11101 0 1001 1001111 101101 110101 1000010 100001

Color Harmonies of #8D801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D801D

Black with #8D801D

Text Example


Text Example

White with #8D801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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