Html Css Color HEX #8D7137 Corn Harvest

📋 copy color: '#8D7137'

red 141 ◦ green 113 ◦ blue 55

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

Shades of Corn Harvest #8D7137

Tints of Corn Harvest #8D7137

RGB

 RED value IS 141 (55.47% from 255) = 45.63%

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

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

R = 45.63%
G = 36.57%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8D7137 (or 0x8D7137) is known color: Corn Harvest. HEX triplet: 8D, 71 and 37. RGB value is (141,113,55). Sum of RGB (Red+Green+Blue) = 141+113+55=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7137 is #728EC8. Grayscale: #737373. Windows color (decimal): -7507657 or 3633549. OLE color: 3633549.

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

Color convert

RGB 141 113 55 -
CMYK 0 0.20 0.61 0.45
HSL 40.47º 0.44% 0.38% -
HSV(B) 40.47º 0.61% 0.55% -
XYZ 17.58 17.75 6.11 -
YUV 114.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 141 113 55 0 0.20 0.61 0.45 40.47 0.44 0.38
Hex 8D 71 37 0 14 3D 2D 28 2C 26
Octal 215 161 67 0 24 75 55 50 54 46
Binary 10001101 1110001 110111 0 10100 111101 101101 101000 101100 100110

Color Harmonies of #8D7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7137

Black with #8D7137

Text Example


Text Example

White with #8D7137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,113,55); }

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

background-color css

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

 a { background-color: rgb(141,113,55); }

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

border-color css

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

 span { border-color: rgb(141,113,55); }

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