Html Css Color HEX #8C7737 Corn Harvest

📋 copy color: '#8C7737'

red 140 ◦ green 119 ◦ blue 55

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

Shades of Corn Harvest #8C7737

Tints of Corn Harvest #8C7737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 44.59%
G = 37.9%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C7737 (or 0x8C7737) is known color: Corn Harvest. HEX triplet: 8C, 77 and 37. RGB value is (140,119,55). Sum of RGB (Red+Green+Blue) = 140+119+55=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7737 is #7388C8. Grayscale: #767676. Windows color (decimal): -7571657 or 3635084. OLE color: 3635084.

HSL color Cylindrical-coordinate representation of color #8C7737: hue angle of 45.18º 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 #8C7737 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 119 55 -
CMYK 0 0.15 0.61 0.45
HSL 45.18º 0.44% 0.38% -
HSV(B) 45.18º 0.61% 0.55% -
XYZ 18.1 19.04 6.34 -
YUV 117.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 140 119 55 0 0.15 0.61 0.45 45.18 0.44 0.38
Hex 8C 77 37 0 F 3D 2D 2D 2C 26
Octal 214 167 67 0 17 75 55 55 54 46
Binary 10001100 1110111 110111 0 1111 111101 101101 101101 101100 100110

Color Harmonies of #8C7737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7737

Black with #8C7737

Text Example


Text Example

White with #8C7737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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