Html Css Color HEX #8D7136 Corn Harvest

📋 copy color: '#8D7136'

red 141 ◦ green 113 ◦ blue 54

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

Shades of Corn Harvest #8D7136

Tints of Corn Harvest #8D7136

RGB

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

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

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

R = 45.78%
G = 36.69%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8D7136 (or 0x8D7136) is known color: Corn Harvest. HEX triplet: 8D, 71 and 36. RGB value is (141,113,54). Sum of RGB (Red+Green+Blue) = 141+113+54=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7136 is #728EC9. Grayscale: #727272. Windows color (decimal): -7507658 or 3568013. OLE color: 3568013.

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

Color convert

RGB 141 113 54 -
CMYK 0 0.20 0.62 0.45
HSL 40.69º 0.45% 0.38% -
HSV(B) 40.69º 0.62% 0.55% -
XYZ 17.56 17.74 5.99 -
YUV 114.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 141 113 54 0 0.20 0.62 0.45 40.69 0.45 0.38
Hex 8D 71 36 0 14 3E 2D 29 2D 26
Octal 215 161 66 0 24 76 55 51 55 46
Binary 10001101 1110001 110110 0 10100 111110 101101 101001 101101 100110

Color Harmonies of #8D7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7136

Black with #8D7136

Text Example


Text Example

White with #8D7136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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