Html Css Color HEX #896D2F Corn Harvest

📋 copy color: '#896D2F'

red 137 ◦ green 109 ◦ blue 47

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

Shades of Corn Harvest #896D2F

Tints of Corn Harvest #896D2F

RGB

 RED value IS 137 (53.91% from 255) = 46.76%

 GREEN value IS 109 (42.97% from 255) = 37.2%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 46.76%
G = 37.2%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#896D2F (or 0x896D2F) is known color: Corn Harvest. HEX triplet: 89, 6D and 2F. RGB value is (137,109,47). Sum of RGB (Red+Green+Blue) = 137+109+47=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #896D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D2F is #7692D0. Grayscale: #6E6E6E. Windows color (decimal): -7770833 or 3108233. OLE color: 3108233.

HSL color Cylindrical-coordinate representation of color #896D2F: hue angle of 41.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #896D2F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 47 -
CMYK 0 0.20 0.66 0.46
HSL 41.33º 0.49% 0.36% -
HSV(B) 41.33º 0.66% 0.54% -
XYZ 16.3 16.46 5.01 -
YUV 110.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 137 109 47 0 0.20 0.66 0.46 41.33 0.49 0.36
Hex 89 6D 2F 0 14 42 2E 29 31 24
Octal 211 155 57 0 24 102 56 51 61 44
Binary 10001001 1101101 101111 0 10100 1000010 101110 101001 110001 100100

Color Harmonies of #896D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D2F

Black with #896D2F

Text Example


Text Example

White with #896D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896D2F; }

 p { color: rgb(137,109,47); }

 H1.HeaderClassName
 {
   color: #896D2F;
 }
 .AnyTagClassName
 {
   color: #896D2F;
 }
</style>

background-color css

<style>
 a { background-color: #896D2F; }

 a { background-color: rgb(137,109,47); }

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

border-color css

<style>
 span { border-color: #896D2F; }

 span { border-color: rgb(137,109,47); }

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