Html Css Color HEX #8C7336 Corn Harvest

📋 copy color: '#8C7336'

red 140 ◦ green 115 ◦ blue 54

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

Shades of Corn Harvest #8C7336

Tints of Corn Harvest #8C7336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 45.31%
G = 37.22%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C7336 (or 0x8C7336) is known color: Corn Harvest. HEX triplet: 8C, 73 and 36. RGB value is (140,115,54). Sum of RGB (Red+Green+Blue) = 140+115+54=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7336 is #738CC9. Grayscale: #737373. Windows color (decimal): -7572682 or 3568524. OLE color: 3568524.

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

Color convert

RGB 140 115 54 -
CMYK 0 0.18 0.61 0.45
HSL 42.56º 0.44% 0.38% -
HSV(B) 42.56º 0.61% 0.55% -
XYZ 17.61 18.1 6.06 -
YUV 115.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 140 115 54 0 0.18 0.61 0.45 42.56 0.44 0.38
Hex 8C 73 36 0 12 3D 2D 2B 2C 26
Octal 214 163 66 0 22 75 55 53 54 46
Binary 10001100 1110011 110110 0 10010 111101 101101 101011 101100 100110

Color Harmonies of #8C7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7336

Black with #8C7336

Text Example


Text Example

White with #8C7336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,54); }

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

background-color css

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

 a { background-color: rgb(140,115,54); }

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

border-color css

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

 span { border-color: rgb(140,115,54); }

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