Html Css Color HEX #8C7A3C Corn Harvest

📋 copy color: '#8C7A3C'

red 140 ◦ green 122 ◦ blue 60

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

Shades of Corn Harvest #8C7A3C

Tints of Corn Harvest #8C7A3C

RGB

 RED value IS 140 (55.08% from 255) = 43.48%

 GREEN value IS 122 (48.05% from 255) = 37.89%

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

R = 43.48%
G = 37.89%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C7A3C (or 0x8C7A3C) is known color: Corn Harvest. HEX triplet: 8C, 7A and 3C. RGB value is (140,122,60). Sum of RGB (Red+Green+Blue) = 140+122+60=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A3C is #7385C3. Grayscale: #787878. Windows color (decimal): -7570884 or 3963532. OLE color: 3963532.

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

Color convert

RGB 140 122 60 -
CMYK 0 0.13 0.57 0.45
HSL 46.5º 0.4% 0.39% -
HSV(B) 46.5º 0.57% 0.55% -
XYZ 18.59 19.82 7.12 -
YUV 120.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 140 122 60 0 0.13 0.57 0.45 46.5 0.4 0.39
Hex 8C 7A 3C 0 D 39 2D 2E 28 27
Octal 214 172 74 0 15 71 55 56 50 47
Binary 10001100 1111010 111100 0 1101 111001 101101 101110 101000 100111

Color Harmonies of #8C7A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A3C

Black with #8C7A3C

Text Example


Text Example

White with #8C7A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,60); }

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

background-color css

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

 a { background-color: rgb(140,122,60); }

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

border-color css

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

 span { border-color: rgb(140,122,60); }

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