Html Css Color HEX #8C772B Corn Harvest

📋 copy color: '#8C772B'

red 140 ◦ green 119 ◦ blue 43

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

Shades of Corn Harvest #8C772B

Tints of Corn Harvest #8C772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 46.36%
G = 39.4%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C772B (or 0x8C772B) is known color: Corn Harvest. HEX triplet: 8C, 77 and 2B. RGB value is (140,119,43). Sum of RGB (Red+Green+Blue) = 140+119+43=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C772B is #7388D4. Grayscale: #747474. Windows color (decimal): -7571669 or 2848652. OLE color: 2848652.

HSL color Cylindrical-coordinate representation of color #8C772B: hue angle of 47.01º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C772B is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 119 43 -
CMYK 0 0.15 0.69 0.45
HSL 47.01º 0.53% 0.36% -
HSV(B) 47.01º 0.69% 0.55% -
XYZ 17.85 18.94 5 -
YUV 116.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 140 119 43 0 0.15 0.69 0.45 47.01 0.53 0.36
Hex 8C 77 2B 0 F 45 2D 2F 35 24
Octal 214 167 53 0 17 105 55 57 65 44
Binary 10001100 1110111 101011 0 1111 1000101 101101 101111 110101 100100

Color Harmonies of #8C772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C772B

Black with #8C772B

Text Example


Text Example

White with #8C772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,119,43); }

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

background-color css

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

 a { background-color: rgb(140,119,43); }

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

border-color css

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

 span { border-color: rgb(140,119,43); }

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