Html Css Color HEX #8D763C Corn Harvest

📋 copy color: '#8D763C'

red 141 ◦ green 118 ◦ blue 60

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

Shades of Corn Harvest #8D763C

Tints of Corn Harvest #8D763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 44.2%
G = 36.99%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D763C (or 0x8D763C) is known color: Corn Harvest. HEX triplet: 8D, 76 and 3C. RGB value is (141,118,60). Sum of RGB (Red+Green+Blue) = 141+118+60=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D763C is #7289C3. Grayscale: #767676. Windows color (decimal): -7506372 or 3962509. OLE color: 3962509.

HSL color Cylindrical-coordinate representation of color #8D763C: hue angle of 42.96º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D763C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 118 60 -
CMYK 0 0.16 0.57 0.45
HSL 42.96º 0.4% 0.39% -
HSV(B) 42.96º 0.57% 0.55% -
XYZ 18.28 18.95 6.97 -
YUV 118.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 141 118 60 0 0.16 0.57 0.45 42.96 0.4 0.39
Hex 8D 76 3C 0 10 39 2D 2B 28 27
Octal 215 166 74 0 20 71 55 53 50 47
Binary 10001101 1110110 111100 0 10000 111001 101101 101011 101000 100111

Color Harmonies of #8D763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D763C

Black with #8D763C

Text Example


Text Example

White with #8D763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,118,60); }

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

background-color css

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

 a { background-color: rgb(141,118,60); }

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

border-color css

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

 span { border-color: rgb(141,118,60); }

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