Html Css Color HEX #8A773D Corn Harvest

📋 copy color: '#8A773D'

red 138 ◦ green 119 ◦ blue 61

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

Shades of Corn Harvest #8A773D

Tints of Corn Harvest #8A773D

RGB

 RED value IS 138 (54.3% from 255) = 43.4%

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 43.4%
G = 37.42%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A773D (or 0x8A773D) is known color: Corn Harvest. HEX triplet: 8A, 77 and 3D. RGB value is (138,119,61). Sum of RGB (Red+Green+Blue) = 138+119+61=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A773D is #7588C2. Grayscale: #767676. Windows color (decimal): -7702723 or 4028298. OLE color: 4028298.

HSL color Cylindrical-coordinate representation of color #8A773D: hue angle of 45.19º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A773D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 119 61 -
CMYK 0 0.14 0.56 0.46
HSL 45.19º 0.39% 0.39% -
HSV(B) 45.19º 0.56% 0.54% -
XYZ 17.92 18.93 7.12 -
YUV 118.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 138 119 61 0 0.14 0.56 0.46 45.19 0.39 0.39
Hex 8A 77 3D 0 E 38 2E 2D 27 27
Octal 212 167 75 0 16 70 56 55 47 47
Binary 10001010 1110111 111101 0 1110 111000 101110 101101 100111 100111

Color Harmonies of #8A773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A773D

Black with #8A773D

Text Example


Text Example

White with #8A773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,61); }

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

background-color css

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

 a { background-color: rgb(138,119,61); }

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

border-color css

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

 span { border-color: rgb(138,119,61); }

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