Html Css Color HEX #8D8013 Lemon Ginger

📋 copy color: '#8D8013'

red 141 ◦ green 128 ◦ blue 19

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

Shades of Lemon Ginger #8D8013

Tints of Lemon Ginger #8D8013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 48.96%
G = 44.44%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8D8013 (or 0x8D8013) is known color: Lemon Ginger. HEX triplet: 8D, 80 and 13. RGB value is (141,128,19). Sum of RGB (Red+Green+Blue) = 141+128+19=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8013 is #727FEC. Grayscale: #777777. Windows color (decimal): -7503853 or 1278093. OLE color: 1278093.

HSL color Cylindrical-coordinate representation of color #8D8013: hue angle of 53.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D8013 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 128 19 -
CMYK 0 0.09 0.87 0.45
HSL 53.61º 0.76% 0.31% -
HSV(B) 53.61º 0.87% 0.55% -
XYZ 18.82 21.15 3.71 -
YUV 119.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 141 128 19 0 0.09 0.87 0.45 53.61 0.76 0.31
Hex 8D 80 13 0 9 57 2D 36 4C 1F
Octal 215 200 23 0 11 127 55 66 114 37
Binary 10001101 10000000 10011 0 1001 1010111 101101 110110 1001100 11111

Color Harmonies of #8D8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8013

Black with #8D8013

Text Example


Text Example

White with #8D8013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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