Html Css Color HEX #8C7D19 Lemon Ginger

📋 copy color: '#8C7D19'

red 140 ◦ green 125 ◦ blue 25

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

Shades of Lemon Ginger #8C7D19

Tints of Lemon Ginger #8C7D19

RGB

 RED value IS 140 (55.08% from 255) = 48.28%

 GREEN value IS 125 (49.22% from 255) = 43.1%

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

R = 48.28%
G = 43.1%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C7D19 (or 0x8C7D19) is known color: Lemon Ginger. HEX triplet: 8C, 7D and 19. RGB value is (140,125,25). Sum of RGB (Red+Green+Blue) = 140+125+25=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7D19 is #7382E6. Grayscale: #767676. Windows color (decimal): -7570151 or 1670540. OLE color: 1670540.

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

Color convert

RGB 140 125 25 -
CMYK 0 0.11 0.82 0.45
HSL 52.17º 0.7% 0.32% -
HSV(B) 52.17º 0.82% 0.55% -
XYZ 18.32 20.31 3.87 -
YUV 118.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 140 125 25 0 0.11 0.82 0.45 52.17 0.7 0.32
Hex 8C 7D 19 0 B 52 2D 34 46 20
Octal 214 175 31 0 13 122 55 64 106 40
Binary 10001100 1111101 11001 0 1011 1010010 101101 110100 1000110 100000

Color Harmonies of #8C7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7D19

Black with #8C7D19

Text Example


Text Example

White with #8C7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,25); }

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

background-color css

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

 a { background-color: rgb(140,125,25); }

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

border-color css

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

 span { border-color: rgb(140,125,25); }

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