Html Css Color HEX #8C7B37 Corn Harvest

📋 copy color: '#8C7B37'

red 140 ◦ green 123 ◦ blue 55

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

Shades of Corn Harvest #8C7B37

Tints of Corn Harvest #8C7B37

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.68%

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

R = 44.03%
G = 38.68%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C7B37 (or 0x8C7B37) is known color: Corn Harvest. HEX triplet: 8C, 7B and 37. RGB value is (140,123,55). Sum of RGB (Red+Green+Blue) = 140+123+55=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7B37 is #7384C8. Grayscale: #787878. Windows color (decimal): -7570633 or 3636108. OLE color: 3636108.

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

Color convert

RGB 140 123 55 -
CMYK 0 0.12 0.61 0.45
HSL 48º 0.44% 0.38% -
HSV(B) 48º 0.61% 0.55% -
XYZ 18.59 20.02 6.5 -
YUV 120.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 140 123 55 0 0.12 0.61 0.45 48 0.44 0.38
Hex 8C 7B 37 0 C 3D 2D 30 2C 26
Octal 214 173 67 0 14 75 55 60 54 46
Binary 10001100 1111011 110111 0 1100 111101 101101 110000 101100 100110

Color Harmonies of #8C7B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B37

Black with #8C7B37

Text Example


Text Example

White with #8C7B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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