Html Css Color HEX #8C7A3D Corn Harvest

📋 copy color: '#8C7A3D'

red 140 ◦ green 122 ◦ blue 61

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

Shades of Corn Harvest #8C7A3D

Tints of Corn Harvest #8C7A3D

RGB

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

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

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

R = 43.34%
G = 37.77%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C7A3D (or 0x8C7A3D) is known color: Corn Harvest. HEX triplet: 8C, 7A and 3D. RGB value is (140,122,61). Sum of RGB (Red+Green+Blue) = 140+122+61=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A3D is #7385C2. Grayscale: #787878. Windows color (decimal): -7570883 or 4029068. OLE color: 4029068.

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

Color convert

RGB 140 122 61 -
CMYK 0 0.13 0.56 0.45
HSL 46.33º 0.39% 0.39% -
HSV(B) 46.33º 0.56% 0.55% -
XYZ 18.62 19.83 7.26 -
YUV 120.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 140 122 61 0 0.13 0.56 0.45 46.33 0.39 0.39
Hex 8C 7A 3D 0 D 38 2D 2E 27 27
Octal 214 172 75 0 15 70 55 56 47 47
Binary 10001100 1111010 111101 0 1101 111000 101101 101110 100111 100111

Color Harmonies of #8C7A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A3D

Black with #8C7A3D

Text Example


Text Example

White with #8C7A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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