Html Css Color HEX #8C712F Corn Harvest

📋 copy color: '#8C712F'

red 140 ◦ green 113 ◦ blue 47

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

Shades of Corn Harvest #8C712F

Tints of Corn Harvest #8C712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 46.67%
G = 37.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C712F (or 0x8C712F) is known color: Corn Harvest. HEX triplet: 8C, 71 and 2F. RGB value is (140,113,47). Sum of RGB (Red+Green+Blue) = 140+113+47=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C712F is #738ED0. Grayscale: #717171. Windows color (decimal): -7573201 or 3109260. OLE color: 3109260.

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

Color convert

RGB 140 113 47 -
CMYK 0 0.19 0.66 0.45
HSL 42.58º 0.5% 0.37% -
HSV(B) 42.58º 0.66% 0.55% -
XYZ 17.23 17.59 5.18 -
YUV 113.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 140 113 47 0 0.19 0.66 0.45 42.58 0.5 0.37
Hex 8C 71 2F 0 13 42 2D 2B 32 25
Octal 214 161 57 0 23 102 55 53 62 45
Binary 10001100 1110001 101111 0 10011 1000010 101101 101011 110010 100101

Color Harmonies of #8C712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C712F

Black with #8C712F

Text Example


Text Example

White with #8C712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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