Html Css Color HEX #8A773C Corn Harvest

📋 copy color: '#8A773C'

red 138 ◦ green 119 ◦ blue 60

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

Shades of Corn Harvest #8A773C

Tints of Corn Harvest #8A773C

RGB

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

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

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

R = 43.53%
G = 37.54%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A773C (or 0x8A773C) is known color: Corn Harvest. HEX triplet: 8A, 77 and 3C. RGB value is (138,119,60). Sum of RGB (Red+Green+Blue) = 138+119+60=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A773C is #7588C3. Grayscale: #767676. Windows color (decimal): -7702724 or 3962762. OLE color: 3962762.

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

Color convert

RGB 138 119 60 -
CMYK 0 0.14 0.57 0.46
HSL 45.38º 0.39% 0.39% -
HSV(B) 45.38º 0.57% 0.54% -
XYZ 17.89 18.92 6.98 -
YUV 117.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 138 119 60 0 0.14 0.57 0.46 45.38 0.39 0.39
Hex 8A 77 3C 0 E 39 2E 2D 27 27
Octal 212 167 74 0 16 71 56 55 47 47
Binary 10001010 1110111 111100 0 1110 111001 101110 101101 100111 100111

Color Harmonies of #8A773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A773C

Black with #8A773C

Text Example


Text Example

White with #8A773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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