Html Css Color HEX #8C7B20 Lemon Ginger

📋 copy color: '#8C7B20'

red 140 ◦ green 123 ◦ blue 32

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

Shades of Lemon Ginger #8C7B20

Tints of Lemon Ginger #8C7B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.69%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 47.46%
G = 41.69%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8C7B20 (or 0x8C7B20) is known color: Lemon Ginger. HEX triplet: 8C, 7B and 20. RGB value is (140,123,32). Sum of RGB (Red+Green+Blue) = 140+123+32=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7B20 is #7384DF. Grayscale: #767676. Windows color (decimal): -7570656 or 2128780. OLE color: 2128780.

HSL color Cylindrical-coordinate representation of color #8C7B20: hue angle of 50.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C7B20 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 123 32 -
CMYK 0 0.12 0.77 0.45
HSL 50.56º 0.63% 0.34% -
HSV(B) 50.56º 0.77% 0.55% -
XYZ 18.16 19.85 4.24 -
YUV 117.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 140 123 32 0 0.12 0.77 0.45 50.56 0.63 0.34
Hex 8C 7B 20 0 C 4D 2D 33 3F 22
Octal 214 173 40 0 14 115 55 63 77 42
Binary 10001100 1111011 100000 0 1100 1001101 101101 110011 111111 100010

Color Harmonies of #8C7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B20

Black with #8C7B20

Text Example


Text Example

White with #8C7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,32); }

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

background-color css

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

 a { background-color: rgb(140,123,32); }

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

border-color css

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

 span { border-color: rgb(140,123,32); }

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