Html Css Color HEX #8D772E Corn Harvest

📋 copy color: '#8D772E'

red 141 ◦ green 119 ◦ blue 46

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

Shades of Corn Harvest #8D772E

Tints of Corn Harvest #8D772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 46.08%
G = 38.89%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D772E (or 0x8D772E) is known color: Corn Harvest. HEX triplet: 8D, 77 and 2E. RGB value is (141,119,46). Sum of RGB (Red+Green+Blue) = 141+119+46=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D772E is #7288D1. Grayscale: #757575. Windows color (decimal): -7506130 or 3045261. OLE color: 3045261.

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

Color convert

RGB 141 119 46 -
CMYK 0 0.16 0.67 0.45
HSL 46.11º 0.51% 0.37% -
HSV(B) 46.11º 0.67% 0.55% -
XYZ 18.07 19.05 5.31 -
YUV 117.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 141 119 46 0 0.16 0.67 0.45 46.11 0.51 0.37
Hex 8D 77 2E 0 10 43 2D 2E 33 25
Octal 215 167 56 0 20 103 55 56 63 45
Binary 10001101 1110111 101110 0 10000 1000011 101101 101110 110011 100101

Color Harmonies of #8D772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D772E

Black with #8D772E

Text Example


Text Example

White with #8D772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,119,46); }

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

background-color css

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

 a { background-color: rgb(141,119,46); }

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

border-color css

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

 span { border-color: rgb(141,119,46); }

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