Html Css Color HEX #8D7F19 Lemon Ginger

📋 copy color: '#8D7F19'

red 141 ◦ green 127 ◦ blue 25

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

Shades of Lemon Ginger #8D7F19

Tints of Lemon Ginger #8D7F19

RGB

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

 GREEN value IS 127 (50% from 255) = 43.34%

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 48.12%
G = 43.34%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D7F19 (or 0x8D7F19) is known color: Lemon Ginger. HEX triplet: 8D, 7F and 19. RGB value is (141,127,25). Sum of RGB (Red+Green+Blue) = 141+127+25=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7F19 is #7280E6. Grayscale: #777777. Windows color (decimal): -7504103 or 1671053. OLE color: 1671053.

HSL color Cylindrical-coordinate representation of color #8D7F19: hue angle of 52.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D7F19 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 127 25 -
CMYK 0 0.10 0.82 0.45
HSL 52.76º 0.7% 0.33% -
HSV(B) 52.76º 0.82% 0.55% -
XYZ 18.75 20.91 3.97 -
YUV 119.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 141 127 25 0 0.10 0.82 0.45 52.76 0.7 0.33
Hex 8D 7F 19 0 A 52 2D 35 46 21
Octal 215 177 31 0 12 122 55 65 106 41
Binary 10001101 1111111 11001 0 1010 1010010 101101 110101 1000110 100001

Color Harmonies of #8D7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7F19

Black with #8D7F19

Text Example


Text Example

White with #8D7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,127,25); }

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

background-color css

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

 a { background-color: rgb(141,127,25); }

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

border-color css

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

 span { border-color: rgb(141,127,25); }

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