Html Css Color HEX #8A783C Corn Harvest

📋 copy color: '#8A783C'

red 138 ◦ green 120 ◦ blue 60

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

Shades of Corn Harvest #8A783C

Tints of Corn Harvest #8A783C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.74%

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

R = 43.4%
G = 37.74%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A783C (or 0x8A783C) is known color: Corn Harvest. HEX triplet: 8A, 78 and 3C. RGB value is (138,120,60). Sum of RGB (Red+Green+Blue) = 138+120+60=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A783C is #7587C3. Grayscale: #767676. Windows color (decimal): -7702468 or 3963018. OLE color: 3963018.

HSL color Cylindrical-coordinate representation of color #8A783C: hue angle of 46.15º 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 #8A783C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 120 60 -
CMYK 0 0.13 0.57 0.46
HSL 46.15º 0.39% 0.39% -
HSV(B) 46.15º 0.57% 0.54% -
XYZ 18.01 19.16 7.02 -
YUV 118.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 138 120 60 0 0.13 0.57 0.46 46.15 0.39 0.39
Hex 8A 78 3C 0 D 39 2E 2E 27 27
Octal 212 170 74 0 15 71 56 56 47 47
Binary 10001010 1111000 111100 0 1101 111001 101110 101110 100111 100111

Color Harmonies of #8A783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A783C

Black with #8A783C

Text Example


Text Example

White with #8A783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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