Html Css Color HEX #8C7132 Corn Harvest

📋 copy color: '#8C7132'

red 140 ◦ green 113 ◦ blue 50

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

Shades of Corn Harvest #8C7132

Tints of Corn Harvest #8C7132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 46.2%
G = 37.29%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C7132 (or 0x8C7132) is known color: Corn Harvest. HEX triplet: 8C, 71 and 32. RGB value is (140,113,50). Sum of RGB (Red+Green+Blue) = 140+113+50=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7132 is #738ECD. Grayscale: #727272. Windows color (decimal): -7573198 or 3305868. OLE color: 3305868.

HSL color Cylindrical-coordinate representation of color #8C7132: hue angle of 42º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C7132 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 113 50 -
CMYK 0 0.19 0.64 0.45
HSL 42º 0.47% 0.37% -
HSV(B) 42º 0.64% 0.55% -
XYZ 17.3 17.62 5.51 -
YUV 113.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 140 113 50 0 0.19 0.64 0.45 42 0.47 0.37
Hex 8C 71 32 0 13 40 2D 2A 2F 25
Octal 214 161 62 0 23 100 55 52 57 45
Binary 10001100 1110001 110010 0 10011 1000000 101101 101010 101111 100101

Color Harmonies of #8C7132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7132

Black with #8C7132

Text Example


Text Example

White with #8C7132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,50); }

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

background-color css

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

 a { background-color: rgb(140,113,50); }

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

border-color css

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

 span { border-color: rgb(140,113,50); }

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