Html Css Color HEX #8C7038 Corn Harvest

📋 copy color: '#8C7038'

red 140 ◦ green 112 ◦ blue 56

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

Shades of Corn Harvest #8C7038

Tints of Corn Harvest #8C7038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C7038 (or 0x8C7038) is known color: Corn Harvest. HEX triplet: 8C, 70 and 38. RGB value is (140,112,56). Sum of RGB (Red+Green+Blue) = 140+112+56=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7038 is #738FC7. Grayscale: #727272. Windows color (decimal): -7573448 or 3698828. OLE color: 3698828.

HSL color Cylindrical-coordinate representation of color #8C7038: hue angle of 40º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C7038 is Cyan = 0, Magento = 0.20, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 112 56 -
CMYK 0 0.20 0.6 0.45
HSL 40º 0.43% 0.38% -
HSV(B) 40º 0.6% 0.55% -
XYZ 17.32 17.45 6.2 -
YUV 113.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 140 112 56 0 0.20 0.6 0.45 40 0.43 0.38
Hex 8C 70 38 0 14 3C 2D 28 2B 26
Octal 214 160 70 0 24 74 55 50 53 46
Binary 10001100 1110000 111000 0 10100 111100 101101 101000 101011 100110

Color Harmonies of #8C7038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7038

Black with #8C7038

Text Example


Text Example

White with #8C7038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,56); }

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

background-color css

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

 a { background-color: rgb(140,112,56); }

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

border-color css

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

 span { border-color: rgb(140,112,56); }

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